body {
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size : x-small;
}

.Nav {
	background-color : #698CAA;
}
.Nav A {
	font : Arial;
	font-size : x-small;
	font-weight : bold; 
	text-decoration:none;
	color : white;
}
.Nav A:Visited {
	font : Arial;
	font-size : x-small;
	font-weight : bold;
	text-decoration:none;
	color :white;
}
.Nav A:Hover {
	font : Arial;
	font-size : x-small;
	font-weight : bold;
	color : #D68A50;
}

.docSection
{
	font-family: Arial;
	font-size: 12px;
	color: black;
}

a {
	color :#0033CC;
}

a:hover
{
	color : #698CAA;
}

a:Visited
{
	color :#0033CC;
}

.pageheader {
	font-family: Arial;
	font-size: small;
	font-weight: Bold;
	color: #95ADC5;
}
.text {
	font-family: Arial;
	font-size: x-small;
	font-weight: Normal;
	color: black;
}
.footer {
	font-size : xx-small;
	font-weight : normal;
	color : #666666;
}

.footer A {
	font-size : xx-small;
	font-weight : bold;
	color : #666666;
}
.footer A:Visited {
	font-size : xx-small;
	font-weight : bold;
	color : #666666;
}
.footer A:Hover {
	font-size : xx-small;
	font-weight : bold;
	color : black;
}