/* 
================================================
Default Style 
================================================
*/

body {
	font-family: Verdana;
	font-size: 12px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

a, a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}


/* 
================================================
Menu
================================================
*/


#dropmenudiv{
	position:absolute;
	border:1px solid #5A9BDF;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:15px;
	z-index:100;
	color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #5A9BDF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ 
	background-color: 0066CD;
	color: #FFBA41;
}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


/* 
================================================
Custom Style 
================================================
*/



.Header, .Header:Hover, .Header:Visited{
	color: #0052A2;
	font-size: 12px;
	font-weight: bold;
}


.SubHeader{
	color: #3478B7;
	font-size: 12px;
	font-weight: bold;
}

.SitemapSubHeader, .SitemapSubHeader:Hover, .SitemapSubHeader:Visited{
	font-weight: bold;
}


.MenuHeader, .MenuHeader:Hover, .MenuHeader:Visited{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
}

.MenuText, .MenuText:Hover, .MenuText:Visited{
	color: #78B2E8;
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
}

.MenuSubText, .MenuSubText:Hover, .MenuSubText:Visited{
	color: #A8D7F1;
	font-size: 11px;
	font-weight: bold;
	text-indent: 25px;
}



.Contents{
	line-height: 20px;
	word-spacing: 3px;
}

.ProductInfo{
	line-height: 12px;
	word-spacing: 2px;
	font-size: 11px;	
}

.BoxContent{
	line-height: 20px;
	word-spacing: 3px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.OrangeLink, .OrangeLink:Hover, .OrangeLink:Visited{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.BoldLink, .BoldLink:Visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.BoldLink:Hover, {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.faqQuestion{
	font-weight: bold;
	font-size: 14px;	
}

.faqAnswer{
	font-style: italic;
	font-size: 14px;	
}

.Company{
	color: #666666;
}

.CompanyBold {
	font-weight: bold; 
	text-decoration: none; 
	color: #0099ff; 
}

.CompanyItalic {
	font-size: 18px;
	font-style: italic;
}

.CompanyBig {
	font-size: 14px
}

.ServiceBold {
	font-weight: bold; 
	color: #000066;
}


.listTick{
	list-style-position: outside;
	list-style-image: url(Images/btn_Tick.gif);
}

.listDot{
	list-style-position: outside;
	list-style-image: url(Images/btn_Dot.gif);
}

.listDash{
	list-style-position: outside;
	list-style-image: url(Images/btn_Dash.gif);
}


.listDotSpacious{
	list-style-position: outside;
	list-style-image: url(Images/btn_Dot.gif);
	line-height: 30px;
	vertical-align: baseline;
	text-align: left;
}

.listPadded {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.listHighlight {
	color: #0099FF;
	padding-bottom: 20px;
}

.listPaddedSmall {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.listPaddedSmallGap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
