/* CSS Document */

body,p,td,ul {
	font-family: verdana, arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 11px;
	color: #162A50;
}

input,select,textarea {
	font-family: verdana, arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 11px;
}

/* Headings */

.heading {
	font-size: 14px;
	font-weight: bold;
}

/*.largeheading {
	font-size: 15px;
	font-weight: bold;
}

.subheading {
	font-size: 13px;
	font-weight: bold;
}

.headingBrown {
	font-size: 14px;
	font-weight: bold;
	color: #D0AD67;
}

.largeheadingBrown {
	font-size: 15px;
	font-weight: bold;
	color: #D0AD67;
}

.subheadingBrown {
	font-size: 13px;
	font-weight: bold;
	color: #D0AD67;
}*/

/* Links */

a {
	color: #1010B0;
}

a:visited {
	color: #1010B0;
}

a:hover {
	color: #BE9C58;
}

/* Misc */

.nopadcell {
	padding: 0px;
}

.white {
	color: #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
}

a.whitetext { color: #FFFFFF; }
a.whitetext:visited { color: #FFFFFF; }
a.whitetext:hover { color: #DDC491; }

.brown {
	color: #D0AD67;
}

.small {
	font-size: 10px;
}

.tiny {
	font-size: 9px;
}

form {
	margin: 0px;
}

hr {
	height: 2px;
	color: #162A50;
	background-color: #162A50;
	border-width: 0px;
}

ul.largepoint {
	text-indent: 0.0em;
	margin-left: 0.8em;
	padding-left: 0.7em;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.5em;
	
	font-size: 11px;
	font-weight: bold;
}




/* new headings */

.heading {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #162A50;
}
.largeheading {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #162A50;
}

.heading a {
	color: #162A50;
	text-decoration: none;
}
.heading a:visited {
	color: #162A50;
	text-decoration: none;
}
.heading a:hover {
	color: #162A50;
	text-decoration: underline;
}


.subheading {
	color: #162A50;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.subheading a         { color: #162A50; text-decoration: none; }
.subheading a:visited { color: #162A50; text-decoration: none; }
.subheading a:hover   { color: #162A50; text-decoration: none; }

.subheadingLink {
	color: #162A50;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.subheadingLink a {
	/*display: block;
	width: 350px;*/
	border-bottom: 1px solid #DFCDAB;
	color: #162A50;
	text-decoration: none;
	padding-left: 14px;
	background-image: URL(../images/img/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.subheadingLink a:visited {
	border-bottom: 1px solid #DFCDAB;
	text-decoration: none;
	color: #162A50;
}
.subheadingLink a:hover {
	border-bottom: 1px solid #DFCDAB;
	text-decoration: none;
	color: #162A50;
}






.largeheadingBrown {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #C9A150;
}

.headingBrown {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #C9A150;
}

.headingBrown a {
	color: #C9A150;
	text-decoration: none;
}
.headingBrown a:visited {
	color: #C9A150;
	text-decoration: none;
}
.headingBrown a:hover {
	color: #C9A150;
	text-decoration: underline;
}


.subheadingBrown {
	color: #C9A150;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.subheadingBrown a {
	color: #C9A150;
	text-decoration: none;
}
.subheadingBrown a:visited {
	color: #C9A150;
	text-decoration: none;
}
.subheadingBrown a:hover {
	color: #C9A150;
	text-decoration: none;
}

