body
{
	background-color    : #ffffff;
	
	padding : 0px;
	margin  : 0px;
	
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #000000;
	
	text-align : center;
}

#content
{
	position : relative;
	
	top  : 0px;
	left : 0px;

	padding : 0px;
	margin  : 0px;
	
	margin: 0px auto 0px auto;
	
	width  : 790px;
	height : 780px; 
	
	overflow : hidden;
	
	background-color : #ffffff;
	
	border-bottom : 1px solid #696969;
	
	text-align : center;
	
}

#banner
{
	position : absolute;
	
	top  : 10px;
	left : 5px;

	padding : 0px;
	margin  : 0px;
	
	width  : 780px;
	height : 100px; 
	
	overflow : hidden;
	
	background-image    : url('../images/banner.jpg');
	background-position : top left;
	background-repeat   : no-repeat;
}

#text
{
	position : absolute;
	
	top  : 120px;
	left : 5px;

	padding : 0px;
	margin  : 0px;
	
	width  : 780px;
	height : 500px; 
	
	overflow : hidden;
	
	background-color : #e1e1e1;
	
	text-align : left;
}

#text_cnt
{
	position : relative;
	
	top  : 10px;
	left : 10px;

	padding : 0px;
	margin  : 0px;
	
	width  : 760px;
	height : 480px; 
	
	overflow : hidden;
	
	background-color : #e1e1e1;
	
	text-align : left;
}

#corner_tl
{
	position : absolute;
	
	top  : 0px;
	left : 0px;

	padding : 0px;
	margin  : 0px;
	
	width  : 15px;
	height : 15px; 
	
	overflow : hidden;
	
	background-color : #ffffff;
	
	text-align : left;
}

#corner_tr
{
	position : absolute;
	
	top  : 0px;
	left : 765px;

	padding : 0px;
	margin  : 0px;
	
	width  : 15px;
	height : 15px; 
	
	overflow : hidden;
	
	background-color : #ffffff;
	
	text-align : left;
}

#corner_bl
{
	position : absolute;
	
	top  : 485px;
	left : 0px;

	padding : 0px;
	margin  : 0px;
	
	width  : 15px;
	height : 15px; 
	
	overflow : hidden;
	
	background-color : #ffffff;
	
	text-align : left;
}

#corner_br
{
	position : absolute;
	
	top  : 485px;
	left : 765px;

	padding : 0px;
	margin  : 0px;
	
	width  : 15px;
	height : 15px; 
	
	overflow : hidden;
	
	background-color : #ffffff;
	
	text-align : left;
}
.frm_field_txt 
{
	font-family      : verdana;
	font-size        : 10px;
	color            : #000000;
	background-color : #ffffff; 
	border-style     : inset;
	text-align       : left;
}

.black_10
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #000000;
}

.black_10_bld
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : bold;
	color            : #000000;
}

.black_11
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : normal;
	color            : #000000;
}

.black_11_bld
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
}

.black_11_undl
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : normal;
	color            : #000000;
	
	text-decoration  : underline;
}

.black_11_bld_undl
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
	
	text-decoration  : underline;
}

.black_12
{
	font-family      : verdana;
	font-size        : 12px;
	font-weight      : normal;
	color            : #000000;
}

.black_12_bld
{
	font-family      : verdana;
	font-size        : 12px;
	font-weight      : bold;
	color            : #000000;
}

.black_13
{
	font-family      : verdana;
	font-size        : 13px;
	font-weight      : normal;
	color            : #000000;
}

.black_13_bld
{
	font-family      : verdana;
	font-size        : 13px;
	font-weight      : bold;
	color            : #000000;
}

.white_10
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #ffffff;
}

.white_10_ital
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #ffffff;
	
	font-style       : italic;
}

.white_11
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : normal;
	color            : #ffffff;
}

.white_11_bld
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : bold;
	color            : #ffffff;
}

.white_12_bld
{
	font-family      : verdana;
	font-size        : 12px;
	font-weight      : bold;
	color            : #ffffff;
}

.red_11_bld
{
	font-family      : verdana;
	font-size        : 11px;
	font-weight      : bold;
	color            : #ff0000;
}

.red_12
{
	font-family      : verdana;
	font-size        : 12px;
	font-weight      : normal;
	color            : #ff0000;
}

.red_12_bld
{
	font-family      : verdana;
	font-size        : 12px;
	font-weight      : bold;
	color            : #ff0000;
}



.link1
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #000000;
	
	text-decoration  : underline;
	
	cursor : pointer;
}

.link2
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #ffffff;
	
	text-decoration  : underline;
	
	cursor : pointer;
}

.enq1
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #790000;
	
	text-decoration  : underline;
	
	cursor : pointer;
}

.enq2
{
	font-family      : verdana;
	font-size        : 10px;
	font-weight      : normal;
	color            : #ff3300;
	
	text-decoration  : underline;
	
	cursor : pointer;
}

.tos1
{
	font-family      : verdana;
	font-size        : 9px;
	font-weight      : normal;
	color            : #000000;

	
	cursor : pointer;
}

.tos2
{
	font-family      : verdana;
	font-size        : 9px;
	font-weight      : normal;
	color            : #ffffff;
	
	cursor : pointer;
}