body, html
{ 
	height: 100%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 14px;
	color: #FFF;
	
	background-image: url('/i/body-bg.gif');
	background-color: #FFF;
	
	
}

td
{
	font-size: 100%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.div-break
{
	font-size: 0;
	line-height: 0;
}

a
{
	font-size: 100%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FA7500;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.reg
{
	font-weight: bold;
}

/*********************/
/* WELCOME
/*********************/
div.welcome
{
	width: 995px; 
	margin-left: auto;
	
	color: #333;
}

div.welcome h1
{
	font-size: 100%;
	display: inline;
	
	color: #333;
}

div.welcome p
{
	display: inline;
	color: #333;
}

/*********************/
/* TOP AREA
/*********************/


table.top-area
{
	margin-left: auto;
	margin-right: auto;
	
	width: 995px;
	height: 75px;
	
	margin-top: 5px;
}

td.top-area
{
	width: 995px;
	height: 75px;
	
	text-align: center;
}


/*********************/
/* TEXT AREA
/*********************/
table.text-area
{
	margin-left: auto;
	margin-right: auto;
	
	width: 995px;
	
	margin-top: 20px;
}

td.text-area-top
{
	width: 995px;
	height: 11px;
	
	background-image: url('/i/txt-top-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

td.text-area-bottom
{
	width: 995px;
	height: 9px;
	
	background-image: url('/i/txt-bottom-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

td.text-area
{
	width: 995px;
	
	background-image: url('/i/txt-bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

p.text-area
{
	padding-left: 25px;
	padding-right: 25px;
	
	color: #FFF;
}

p.text-area-2
{
	padding-left: 25px;
	padding-right: 25px;
	
	color: #FFF;
	
	font-size: 12px;
	line-height: 110%;
}


table.text-area-2
{
	margin-left: auto;
	margin-right: auto;
	
	width: 995px;
	
	margin-top: 25px;
	margin-bottom: 25px;
}

td.text-area-2-left
{
	width: 70%;
}

td.text-area-2-right
{
	border-left: 1px solid #DDD;
	width: 30%;
}

/**
PAYMENT
**/

table.payment
{
	width: 85%;
	margin: auto;
	
	margin-top: 25px;
}

td.payment-head
{
	border: 1px solid #AAA;
	padding: 4px;
	font-weight: bold;
}

td.payment-type
{
	border: 1px solid #AAA;
	padding: 4px;
	background: #EEE;
	
	font-size: 11px;
	font-weight: bold;
	color: black;
}

td.payment
{
	border: 1px solid #AAA;
	padding: 4px;
	
	font-size: 11px;
}