/* 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 : #990033;
	text-decoration : underline;
; font-weight: normal}

a:visited {
	color : #990033;
	text-decoration : none;
}

a:hover {
	color : #660000;
	text-decoration : none;
}

a:active {
	color : #660000;
	text-decoration : none;
}

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

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

h2 {
	color : #003300;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 14px;
	font-weight: lighter;
}

h3 {
	color : #990000;
	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 : 12px;
	line-height : 12px;
	font-weight: normal;
	width: 180px;
}

/* 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 : 11px;
	line-height : 14px;
	font-weight: lighter;
	color: #FFFFFF;
}

/* this is a custom style - pseudo class - designated by a full stop before the name - these appear in the dreamweaver CSS list */
.othertext{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
}

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

.custom a:visited {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
; font-size: 11px}

.custom a:hover {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
; font-size: 11px}

.custom a:active {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
; font-size: 11px}

.jump { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: 000000; 
    background-color: FFFFFF; 
    width: 180px; 
} 
.button {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #006600; width: 60px; clip:   rect(   )}
.textbox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; width: 130px; clip:  rect(   )}

.menu a:link {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 14px;
	text-decoration : none;
}

.menu a:visited {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
; font-size: 12px

}

.menu a:hover {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
; font-size: 12px

}

.menu a:active {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
; font-size: 12px}
.othertextbrown {
	color : #330000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
}
.subhead {
	color : #990033;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 16px;
}
