/* these are the default link styles - they inherit font formatting from what ever area they are in - eg body or td.
They must be in this order L - V - H - A*/
a:link {
	color : #0066A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a:visited {
	color : #7A7A7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color : #0066A1;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:active {
	color : #0066A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

/* this controls main page style - background colour or image - applies to anything that doesn't live in a table */
body {
	background-color : #FFFFFF;
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}

/* header styles are selectable in the dreamweaver properties menu */
h1 {
	color : #0066A1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
}

h2 {
	color : #0066A1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
}

h3 {
	color : #0066A1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}

/* this formats all form input elements - dropdowns, text boxes, etc */
input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}

/* this is for text in table cells formats automatically, doesn't appear in dreamweaver CSS list - it's optional
you can set background colour if you want - I don't as a rule*/
td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 14px;
}

/* alternate grey text*/
.sidebar{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color: #666666;
}

/* custom link styles - if you need different links for different areas - the .custom can be whatever you like*/
.custom a:link {
	color : #666633;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	text-decoration : none;
	font-weight: bold;
}

.custom a:visited {
	color : #003366;
	text-decoration : none;
	font-size: 10px;
}

.custom a:hover {
	color : #003366;
	text-decoration : underline;
}

.custom a:active {
	color : #003366;
	text-decoration : none;
}

.browntext {
	color : #666633;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
}

.boxtitle{
color:#003366;
background-color:#D4E7F3;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
}

.boxtitlealt{
color:#003366;
background-color:#DEE6CA;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
}

.sidenav a:link {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.sidenav a:visited {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.sidenav a:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidenav a:active {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.comment {
	color : #898989;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	line-height : 10px;
	font-weight : bold;
}
 .dotted {
	border : thin dashed #D4E7F3;
}

.accom {
	color : #333333;
}

.accom a:link {
	color : #0066A1;
	font-size : 10px;
	line-height : 14px;
}

.accom a:visited {
	color : #7A7A7A;
	font-size : 10px;
}

.accom a:hover {
	color : #0066A1;
	font-size : 10px;
	text-decoration : none;
}

.accom a:active {
	color : #0066A1;
	font-size : 10px;
}

.accom b {
	color : #0066A1;
}

.sponsor {
	color : #717171;
	font-size : 10px;
}
