/* 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 : #FFCC33;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #FFCC33;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #FFCC33;
	font-weight : bold;
	text-decoration : underline;
}

a:active {
	color : #FFCC33;
	font-weight : bold;
	text-decoration : none;
}

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

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

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

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 : 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;
}

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

.custom a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #660000;
	font-size : 10px;
	font-weight : lighter;
	text-decoration : none;
}

.custom a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #660000;
	font-size : 10px;
	font-weight : lighter;
	text-decoration : underline;
}

.custom a:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #660000;
	font-size : 10px;
	font-weight : lighter;
	text-decoration : none;
}

.newsitems {
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 12px;
}

.newsitems a:link {
	color : #660000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 9px;
	line-height : 12px;
}

.newsitems a:visited {
	color : #660000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 9px;
	line-height : 12px;
}

.newsitems a:hover {
	color : #660000;
	font-weight : normal;
	text-decoration : none;
	font-size : 9px;
	line-height : 12px;
}

.newsitems a:active {
	color : #660000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 9px;
	line-height : 12px;
}

/* 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 : 10px;
	font-weight : normal;
	line-height : 14px;
}

.othertext2 {
	color : #FFCC33;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	line-height : 12px;
}
.redtext {
	color : #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	line-height : 14px;
}
