/* Style elements for template */

.title {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16pt;
    font-weight : bold;
}


.navLink {
	font-size: 10px;
    color : #FFFFFF;
}

.navLinkBgroundRed {
	font-size : 10pt;
	color : #CC0000;
	background-color : #FFFFFF;
}

/* Style elements for user specified html */

A:link {
	color : #CC0000;
	text-decoration: none;

}

A:visited {
	color : #996600;
	text-decoration: none;

}

A:hover {
	text-decoration : underline;

}

A:active {
	color : #CC0000;
	text-decoration : none;

}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

#navRedText {
	color:#FFFFFF;
	font-size: 10pt;
	background-color: #CC0000;
}

#navWhiteText {
	color:#FFFFFF;
	font-size: 10pt;
}
.white a:link {
	color : #FFFFFF;
	text-decoration: none;
}
.white a:visited {
    color : #FFFFFF;
    text-decoration : none;
}
.white a:hover {
	text-decoration : underline;
}
.white a:active {
	color : #FFFFFF;
	text-decoration : none;
}
.blue a:link {
	color : #000099;
	text-decoration: none;

}
.blue a:visited {
    color : #000099;
    text-decoration : none;
}
.blue a:hover {
	text-decoration : underline;
}
.blue a:active {
	color : #CCCCCC;
	text-decoration : none;
}
h2 {
	line-height: normal;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #996600;


}
.pHighlight {
	background-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-left: 10px;






}
.brown a:link {
	font-weight: bold;
	color: #FFFFFF;
}
li {
	list-style-position: inside;
}
.whiteLI {
	color: #FFFFFF;
}
.goldLI {
	color: #996600;
	margin-left: 0px;

}
.navLinkFillBlue {
	background-color: #000099;
	color: #FFFFFF;




}
.navLinkFillWhite {
	background-color: #FFFFFF;
	color: #000099;

}
