/* CSS Document */
body {
	background-image:url(images/Body_BG.jpg);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	}
	
.footer {
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	letter-spacing: 0px;
	}
	
.footer A{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	}
	
.ar_def {
	background-image:url(images/AR_Def_But.gif);
	}
	
.ar_sel {
	background-image:url(images/AR_Sel_But.gif);
	}
	
.en_def {
	background-image:url(images/En_Def_But.gif);
	}
	
.en_sel {
	background-image:url(images/En_Sel_But.gif);
	}
	
.content_cell {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.content_data {
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	text-align: justify;
	}
	
.category_hd {
	font-family: Century Gothic;
	font-size:24px;
	text-decoration: none;
	font-weight:normal;
	color: #00AEB7;
	padding-right: 8px;
	padding-left: 8px;
	
	}
	
.form_label {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #3BA6BA;
	}
	
.form_textbox {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	}
	
.table_border {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #D1D8BF;
	}
	
.Check_result {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #95B835;
	}
	
.Check_result_no {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #D1051D;
	}