/* CSS Document */

.LinkTable{
border-style:solid;
border-width:1px;
background-color:#F5F5F5;
border-color:#CCCCCC;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
color:#666666;
margin:10px, 10px, 10px, 10px;
}

.graybold
{
color: #666666;
text-decoration: none;
font-weight: bold;
font-size:14px;
}

.linkbar a:visited{
color:#666666;
text-decoration: none;
}
.linkbar a:active{
color:#666666;
text-decoration: none;
}
.linkbar a:hover{
color:#333333;
text-decoration: underline;
}
.linkbar a:link{
color:#666666;
text-decoration: none;
}

.header
{
color:#9F91C0;
text-decoration: none;
font-weight: bold;
font-size:12px;
}
.header a:visited{
color:#9F91C0;
text-decoration: none;
font-weight: bold;
font-size:12px;
}
.header a:active
{
	color: #9F91C0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.header a:link{
color:#9F91C0;
text-decoration: none;
font-weight: bold;
font-size:12px;
}
.header a:hover{
color:#9F91C0;
text-decoration: underline;
font-weight: bold;
font-size:12px;
}

.BodyTable{
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
}

.SpecsTable{
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
}

.SpecsRowHeader{
	color: White;
	background-color: gray;
	font-weight: bold;
}

.SpecsOther{background-color:#f5f5f5;}	

.leftDotted{
border-right-style:dotted;
border-right-width:1px;
border-right-color:#999999;
}

.footer{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}

.footer a:link{
color:#9C8EBE;
text-decoration: none;
}

.footer a:active{
color:#9C8EBE;
text-decoration: none;
}

.footer a:visited{
color:#9C8EBE;
text-decoration: none;
}

.footer a:hover{
color:#9C8EBE;
text-decoration: underline;
}

.GreenLinks a:link{
color:#9C8EBE;
text-decoration: none;
}

.GreenLinks a:active{
color:#9C8EBE;
text-decoration: none;
}

.GreenLinks a:visited{
color:#9C8EBE;
text-decoration: none;
}

.GreenLinks a:hover{
color:#9C8EBE;
text-decoration: underline;
}

.bottomline{
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#CCCCCC;
}

.subheading
{
	color:Black;
	font-weight: bold;
}

.imgborder{
 border:2px;
 border-color:Black;
}

.rightdottedline
{
border-right-style:dotted;
border-right-width:1px;
border-right-color:#CCCCCC;	
}

.PolicyTable
{
	background-color:#EBE8F2;
	border:1px #401485 solid;
	color:#401485;
}


