body
{
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
}
a:link 
{
	color: #2186D7;
	text-decoration: none;
}
a:visited 
{
	color: #2186D7;
	text-decoration: none;
}
a:active 
{
	color: #2186D7;
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
	color: #FFFFFF;
	background-color:#D30803;
}
.main_txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DC4300;
	text-decoration: none;
}
.white_txt {


	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.gray_txt {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}
.blue_txt {


	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E518F;
	text-decoration: none;
}
.orange_txt { 
		
		font: normal 11px Tahoma, Arial, Helvetica, sans-serif; 
		color: #DC4300; 
		text-decoration: underline; 
		}

.white_bold { 
	font: bold 11px Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #FFFFFF; 
}
.drop_down { 
	FONT: normal 11px Arial, Helvetica, sans-serif; 
	COLOR: #000000;
	text-decoration: none; 
	width: 185px
	}

.category_txt
{ 
		
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
}
.category_txt a:link
{ 
		
	color: #000000; 
	text-decoration: none; 
}
.category_txt a:visited
{ 
		
	color: #000000; 
	text-decoration: none; 
}
.category_txt a:active
{ 
		
	color: #000000; 
	text-decoration: none; 
}
.category_txt a:hover
{ 
		
	color: #ffffff; 
	text-decoration: none; 
}

.red_txt {


	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC4300;
	text-decoration: none;
}

.header_row
{
	background-color:#FEF5F5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 25px;
}

.textbox
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C5D99;
	text-decoration: none;
	border: 1px solid #a0a0a0;
	background-color:#FFFFFF;
}

.buttons
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #F6F6F6;
	border: 1px solid #333333;
	width: auto;
}

.msg
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC4300;
	text-decoration: none;
}


.category_txt_small
{ 
		
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif; 
	color: #333333; 
	text-decoration: none; 
	font-weight:bold;
}


.links
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC4300;
	text-decoration: underline;
}
.red_txt_small {


	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DC4300;
	text-decoration: none;
}

.note_box
{
	background-color: "#f0f0f0";
	border: "1px solid #d0d0d0";
}


.link_btn
{


	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E518F;
	text-decoration: none;
	border: 1px solid #c0c0c0;
	background-color:#f0f0f0;
	padding: 2px;
}	

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.category_txt2
{ 
		
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight:bold;
}
.category_txt2 a:link
{ 
		
	color: #ffffff; 
	text-decoration: none; 
}
.category_txt2 a:visited
{ 
		
	color: #ffffff;  
	text-decoration: none; 
}
.category_txt2 a:active
{ 
		
	color: #ffffff; 
	text-decoration: none; 
}
.category_txt2 a:hover
{ 
		
	color: #ffffff; 
	text-decoration: none; 
}

