/* CSS Document */

/* Class to define left side menu links */
.LeftMenu:link {font-size: 12px; color: #000000; text-decoration: none; font-family: verdana, arial, helvetica; font-weight:bold; padding:5px;}
.LeftMenu:active {font-size: 12px;color: #000000;text-decoration: none;font-family: verdana, arial, helvetica;font-weight:bold; padding: 5px;}
.LeftMenu:visited {font-size: 12px;color: #000000;text-decoration: none;font-family: verdana, arial, helvetica;font-weight:bold; padding: 5px;}
.LeftMenu:hover {font-size: 12px;color: #666666;text-decoration: none;font-family: verdana, arial, helvetica;font-weight:bold; padding: 5px;}

.LeftMenu_Border {border:1px solid #CCCCCC;}

.HP_Image_Padding {padding:2px;border:1px solid #CCCCCC;}


.LeftMenu_Table {background-color:#FFFFFF;}

.PrivacyPolicy:link {font-size: 11px; color: #FFFFFF; text-decoration: underline;}
.PrivacyPolicy:active {font-size: 11px; color: #FFFFFF; text-decoration: none;}
.PrivacyPolicy:visited {font-size: 11px; color: #FFFFFF; text-decoration: none;}
.PrivacyPolicy:hover {font-size: 11px; color: #FFFFFF; text-decoration: none;}


/* Class to define all links */
A
{
   color: #003366;
   text-decoration: underline;
}

A:hover
{
   color: #699ECC;
   text-decoration: none;
}


body
{
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	BACKGROUND-POSITION: left top;
	BACKGROUND-ATTACHMENT: scroll;
	SCROLLBAR-FACE-COLOR: #666666;
	SCROLLBAR-HIGHLIGHT-COLOR: #e7e7cf;
	SCROLLBAR-SHADOW-COLOR: #e7e7cf;
	SCROLLBAR-3DLIGHT-COLOR: #868F98;
	SCROLLBAR-ARROW-COLOR: #212930;
	SCROLLBAR-TRACK-COLOR: #616A74;
	SCROLLBAR-DARKSHADOW-COLOR: #868F98;
	background-color:#E1E1E1;
}

.Header_Border {border: 1px solid #003e74; border-bottom:none;}
.Body_TBL {background-color:#FFFFFF;}
.Body_TBL_Height {height:300px;}

FORM { margin-bottom:0px; }

.TextBox
{
   border:1px solid #333333; 
   font-size:10px; 
   color: #575757;  
}

.Button
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #689ECB;
}


#logo {margin-left:9px; margin-top:28px;}

#NavButtons {margin-left:0; margin-top:10px; width:623px; padding:0;float:left;}


.LeftMenuDivider {
	background-image: url(Left_Menu_Divider.gif);
	background-repeat: repeat-x;
}


.copyright {color:#FFFFFF; background-color:#666666;}

.DotDivider
{
	background-image: url(dot_divider.gif);
	background-repeat: repeat-x;
}

.SectionHeader
{
    font-size: 13px;
	font-weight: Bold;
	color: #000000;
}

.MainHeader
{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.Quote
{
	font-size: 12px;
	color: #003366;
	font-style:italic;
}

TD
{
	font-size: 11px;
	color: #333333;
}
  
ul
{
	margin-bottom:0;
	color: #666666;
}

.MarginLeft {
	list-style-type: circle;
	list-style-position: inside;
	text-indent: 15px;
}

.Product_Title {
	font-size: 13px;
	color: #000033;
	font-weight: bold;
}

.Product_Info
{
	font-size: 13px;
	color: #333333;
	font-style:italic;
}


