/* CSS Document */


/* Text Styles */

.Header {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#336699;
font-size:15px;

}

.contentText {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-decoration:none;
}

.contentText a {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-decoration:none;
}

.contentText a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#009999;
text-decoration:none;
}



.contentTextBold {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
font-weight:bold;
}

.BrandListText  {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
line-height:160%;
text-decoration:none;
}

.BrandListText a {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
line-height:160%;
text-decoration:none;
}

.BrandListText a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#009999;
line-height:160%;
text-decoration:none;
}

.imageCaption {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:170%;
padding-right:3px;
}

.imageCaption2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:170%;
}

.imageCaptionLight {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#F2F1DD;
line-height:170%;
padding-right:3px;
}
/* Page Styles */


.tableBorder{
border-width: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #ffffff;
	
}

.tableBorder-Black{
border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color:#000000;
	
}



.tableBorder-image{
padding: 5px;
border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;

}


.navborder {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#FFFFFF;
	
}

.navborder-black {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	
}

.navPadding {
padding-top:12px;
padding-left:5px;
padding-right:5px;
border-right-style:dotted;
border-right-width:1px;
border-right-color:#CCCCCC;
	
}

hr {
border: none 0;
border-top: 1px dotted #cccccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

