﻿/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:125%;
	text-align: left;
	color: #231F20;
	background: #ffffff;
	margin-top: 0px;
	}
	
a {text-decoration: underline;}
a:link {color: #20255F;}
a:visited {color: #20255F;}
a:active {color: #20255F;}
a:hover {color: #20255F; text-decoration: none;
}
a.secondary {text-decoration: none;}
a.secondary:link {color: #20255F;}
a.secondary:visited {color: #20255F;}
a.secondary:hover {color: #20255F; text-decoration: underline;}
a.secondary:active {color: #20255F;
}
a.product{text-decoration: none;}
a.product:link {color: #20255F;font-weight:bold;}
a.product:visited {color: #20255F;font-weight:bold;}
a.product:hover {color: #20255F; font-weight:bold;text-decoration: underline;}
a.product:active {color: #20255F;font-weight:bold;
}

a.footer {text-decoration: none;}
a.footer:link {color: #20255F;font-weight:bold;}
a.footer:visited {color: #20255F;font-weight:bold;}
a.footer:hover {color: #20255F; font-weight:bold;text-decoration: underline;}
a.footer:active {color: #20255F;font-weight:bold;
}
a.CategoryUnselected
{  
   text-decoration: none     
}  
a.CategoryUnselected:hover    
{  
  text-decoration: underline;
}  
a.CategorySelected  
{  
  font-weight: bold;
  text-decoration: none     
}
a.CategorySelected:hover  
{  
  font-weight: bold;
  text-decoration: underline;
}

.tblmain {
background-color:#ffffff;
 	border:solid;
	border-width:1px;
	border-color:#595657;
	border-top: none;
	font-size:100%;
 
}
.tblheader {
background-color:#ffffff;
 	border:solid;
	border-width:1px;
	border-color:#595657;
	border-bottom: none;
	font-size:100%;
}
.tblnavar{
 margin:none;
 margin-top:3px;

}
.tblrowfooter {
background-color:#72B1B9;
color: #20255F;
font-size: 75%;
}

.tbllogin {
background-color:#ffffff;
}
.tblrowlogin {
background-color:#B9CBCC;
font-weight:bold;
font-size:90%;
}
.tblcolright{
background-image:url(images/login/login-rgt2.gif);
background-repeat:no-repeat;
background-position:right;
width:4px;
height:100%;
}
.tblcolleft{
background-image:url(images/login/login-left2.gif);
background-repeat:no-repeat;
background-position:left;
height:100%;
}
.tbllogintop {
background-image:url(images/login/login-to.gif);
background-repeat:no-repeat;
background-position:bottom;
height:12px;
}
.tblloginbtm {
background-image:url(images/login/login-btm.gif);
background-repeat:no-repeat;
background-position:top;
height:12px;
}

.tblCategoryCell {
padding: 5px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;

}

h1 {
color:#20255F;
font-size:120%;
}
h2 {
color:#72B1B9;
font-size:110%;
font-weight:bold;
margin:	none;
margin-bottom: 3px;


}
h3 {
color:#20255F;
font-size:100%;
font-weight:bold;
}

h4 {
color:#20255F;
font-size:160%;
font-weight:bold;

}
.emphasis {
color:#20255F;
font-size:100%;
font-weight:bold;
}
ul,li{
list-style-image: url(images/resources/bullet.gif);
padding: 4px;
padding-top:0px;
}

.line {
background-color:#72B1B9;
height:1px;
width:100%;
}
.divider {
padding-left:0;
padding-right:0;
padding-top: 10px;
padding-bottom: 10px;

}
.redtext {
color: #990000;
}
.bluetext {

color:#72B1B9;
font-weight:bold;
}
.main {
padding-right:10px;
padding-left:0px;
padding-bottom:0px;
padding-top:0px;
}
.justify {
text-align:justify;

}
.emphasisblk
{
	font-weight:bold;
}
