/* CSS Document */
a:link 		{color:#0000FF;font-weight:bold;}
a:visited  	{color:#0000FF;font-weight:bold;}
a:hover   	{color:#3399FF;font-weight:bold;}
a:active  	{color:#0000FF;font-weight:bold;}

.forms 
{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:13px;
font-weight:bold;
}

.center_nav_text {
	 font:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 line-height:14px;
	 width:170px;
	 text-align:center;
}

.desc_normal
{
	width:201px;
	height:40px;
}

.footer_text
{
	height:20px;
	background-image:url(../images/Footers/footerback.gif); 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
}
.header_container {
	background-image:  url(../images/headers/Logo_Header_BG.jpg);
	height:90px;
}

.header_logo {
	border:thin solid black;
}

.input_box
{
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
} 

.input_container
{
	padding-left:10px;
}

.red
{
	color:#FF0000;
	font-size:16px;
}

.right_nav_text {
	 font:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 line-height:13px;
	 width:170px;
	 text-align:right;
}

.right_link_off {
	background-image:  url("../images/category_links/right_button_off.gif");
	background-repeat:no-repeat;
	width:70px;
	height:32px;
}

.right_link_on {
	background-image:  url("../images/category_links/right_button_on.gif");
	background-repeat:no-repeat;
	width:69px;
	height:31px;
	padding:1px 0 0 1px;
}

.sub_header_text {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	background-color:white;
}

.top_nav_bar {
	background-color:#000000;
	width:740px;
	border-left:thin solid black;
	border-right:thin solid black;
	height:38px;
	padding-top:2px;
}

.white_BG {
	background-color:#FFFFFF;
	width:740px;
	border-left:thin solid black;
	border-right:thin solid black;
}