/* Common styles throughout site */

a:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	background-color : transparent;
}

p {
	padding-left : 10px;
	padding-right : 10px;
}

li {
	padding-left : 12px;
	padding-right : 12px;
	padding-bottom : 6px;
}

/*text {
	padding-left : 10px;
	padding-right : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}*/

.heading1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #888888;
	background-color : transparent;
}

.heading2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #888888;
	background-color : transparent;
}

.heading3 {
   	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #888888;
	background-color : transparent;
	}

.heading4 {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #888888;
	background-color : transparent;
}

.body {
	font-size: 14px;
	line-height: 16px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background-color : transparent;
}

.bodyLink {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FF6B00;
	background-color : transparent;
}

.bodyLink:hover {
	text-decoration: underline;
	color: #FF1A1A;
	background-color : transparent;
}

.nav {
	font-size: 18px;
	font-family: Tahoma, Arial, sans-serif;
	text-align : center;
	vertical-align : middle;
	white-space : normal;
	width : 135px;
	height : 30px;
	color: #3789EC;
	background-color : transparent;
	padding-left : 5px;
	padding-right : 5px;
	text-decoration : none;
	}

.nav:hover {
	font-style : italic;
	color: #CC0000;
	background-color : transparent;
	}

.subnav {
	font-size: 18px;
	line-height: 24px;
	font-family: Tahoma, Arial, sans-serif;
	text-align : center;
	vertical-align : top;
	white-space : normal;
	width : 120px;
	height : 30px;
	color: #FFFFFF;
	background-color : transparent;
	}

.subnav:hover {
	font-style : italic;
	color: #FF1A1A;
	background-color : transparent;
	}

.copyright {
	font-size : xx-small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	height : 18px;
	text-align : center;
	word-spacing : 1px;
	}

.revision {
	font-size : small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	height : 18px;
	text-align : center;
	word-spacing : 1px;
	border-bottom : 1px ridge #CCCCCC;
	border-top : 1px solid #CCCCCC;
	}

.turbo {
	font-size : xx-small;
	font-weight : bold;
	height : 18px;
	text-align : center;
	word-spacing : 1px;
	}

/* Styles for Home Page */
