/*------------------------------------------------------------*/

/*====| Fonts CSS				|=====================================================================*/

/*------------------------------------------------------------*/

.small_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.main_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bold_white {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.main_link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.main_gray {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.header_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Errors {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CD3528;
	text-decoration: none;
}


#contact_table {
	border:dashed;
	border-width:1px;
	border-color:#999999;
	width:100%;
}
	
/*------------------------------------------------------------*/

/*====| Global CSS				|=====================================================================*/

/*------------------------------------------------------------*/

	/*----| Main Body				|----------------*/

	body {
		background-image: url(../_IMAGES/main_bG.jpg);
		background-repeat:repeat-x;
		background-color:#CFD1D0;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}

	/*----| Tables				|----------------*/
	
	td,th {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}

	/*----| Links				|----------------*/
	
	a {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color:#0000CC;
		font-weight: normal;
		text-decoration: none;
	}
	a:hover {
		text-decoration:underline;
	}
	a:visited {
		text-decoration: none;
	}
	a:active {
		text-decoration: underline;
	}
	/*----| Forms				|----------------*/
	
	input, select {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	
	

	
	.main_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
