a:link	{text-decoration:none; color:#55ccff;}
a:visited	{text-decoration:none; color:#55ccff;}
a:hover	{color:white;}
a:active	{text-decoration:none; color:#55ccff;}

.left_links a:link		{color:white; text-decoration:none; font-size:13px;}
.left_links a:visited	{color:white; text-decoration:none; font-size:13px;}
.left_links a:hover		{color:white; text-decoration:none; font-size:13px; font-weight: bold}
.left_links a:active		{color:white; text-decoration:none; font-size:13px;}

body {
	margin-top:	0px;
	margin-left:	0px;
	margin-right:	0px;
	margin-bottom:	0px;
	background-color:	#eaeaea;
	
	font-family:	tahoma;
	font-size:	12px;
	color:		red;
}
.input_search {
	background-image: url(images/search_input.jpg);
	border-width: 	1px;
	border-color:	#666666;
	
	font-family:	arial;
	font-size:		12px;
	color:			#336699;
}
.fonts_black {
	font-family:	tahoma;
	font-size:		13px;
	color:			#333333;
}

.top_table {
	background-image:	url("images/header/bg.jpg");
	font-family:	tahoma;
	font-size:	13px;
	color:		#aaaaaa;
	
	margin-top:	0px;
	padding-top:	0px;
}



.ajax_content {
	margin-left:	20px;
	margin-right:	20px;
	margin-top:	10px;
	/*text-indent:	5px;*/
	
	font-family:	tahoma;
	font-size:	12px;
	color:		black;
	
}




.content_table {
	border-top:		4px solid #66bbff;
	background-color:	#333333;
	width:		95%;

}
.content_text {
	padding:		10px;
	font-family:	trebuchet ms;
	font-size:	14px;
	color:		#666666;
	background:	url("images/content_bg.jpg");
	background-repeat:	repeat-x;
	background-color:	white;

}
.table_heading {
	padding-left:	10px;
	
	font-family:	trebuchet ms;
	font-size:	18px;
	color:		white;
}
.content_heading {
	font-family:	trebuchet ms;
	font-size:	18px;
	color:		black;
}

.content_text a:link {
	color: 1155cc;
	text-decoration:	underline;
}
.content_text a:visited {
	color: 1155cc;
	text-decoration:	underline;
}
.content_text a:hover {
	color: black;
	text-decoration:	underline;
}

.ajax_heading {
	font-family:	trebuchet ms;
	font-size:	16px;
	color:		white;
}



.footer {
	margin-top:	25px;
	padding-top:	10px;
	padding-bottom:10px;
	
	padding-left:	40%;
	
	width:		100%;
	color:		#999999;
	font-size:	12px;
	background-color:	#333333;
}