/* --------- default text --------- */
body, p, td, td.p {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 13px;
}

body {
	background-color : #480707;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color : #FFCA97;
	font-weight: bold;
	text-decoration : none;
}

a:hover, a: active: {
	color : #FFCA97;
	text-decoration : underline;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size : 11px;
}

.error {
	color : #990000;
	font-weight : bold;
}

form {
	margin : 0px;
}

/* standard font size & face to allow accurate pixel width setting for text boxes */
input {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 13px;
}

/*input.caption {
color: #000000;
background-color: #FFFFFF;
}*/ 

/*----- highlight for search terms -----*/
.highlight {
	background-color : #EEEEEE;
	color : #009900;
	font-weight : bold;
}

/*----- search box formatting -----*/
.searchtable {
}

.searchtext {
}

/*----- login box formatting -----*/
.logintable {
}

.logintext {
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
}

.sm1:link, .sm1:visited {
	/* normal link: colour, style */
	color : #CC0000;
}

.sm1:hover, .sm1:active {
	/* normal link rollover: colour, style */
	color : #CC0000;
	text-decoration : underline;
}

/* --------- navigation styles --------- */
/* ---- nav style 0 ---- */
.navh0 {
	/* header text */
}

.navi0, .navc0 {
	/* common font face, size, formatting */
	font-size : 12px;
	font-style : none;
	font-weight : normal;
	text-decoration : none;
}

.navi0, .navi0:link, .navi0:visited {
	/* normal link: colour, style */
	color : #EEE7DF;
}

.navi0:hover, .navi0:active {
	/* normal link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

.navc0, .navc0:link, .navc0:visited {
	/* current link: colour, style */
	color : #FFCA97;
}

.navc0:hover, .navc0:active {
	/* current link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

.navd0 {
	/* description text */
}

/* font face should be defined to ensure admin compatibility */
/* --------- title text style --------- */
.t0 {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 19px;
	font-style : none;
	font-weight : normal;
}

.t0:link, .t0:visited {
	/* link: colour, style */
	color : #FFCA97;
	text-decoration : none;
}

.t0:hover, .t0:active {
	/* link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

textarea.t0 {
	color : #EEE7DF;	
	background-color : #480707;
}

/* --------- text style 1 --------- */
.t1 {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 15px;
	font-style : none;
	font-weight : bold;
}

.t1:link, .t1:visited {
	/* link: colour, style */
	color : #FFCA97;
	text-decoration : none;
}

.t1:hover, .t1:active {
	/* link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

textarea.t1 {
	color : #EEE7DF;
	background-color : #480707;
}

/* --------- text style 2 --------- */
.t2 {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 13px;
	font-style : none;
	font-weight : bold;
}

.t2:link, .t2:visited {
	/* link: colour, style */
	color : #FFCA97;
	text-decoration : none;
}

.t2:hover, .t2:active {
	/* link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

textarea.t2 {
	color : #EEE7DF;
	background-color : #480707;
}

/* --------- text style 3 --------- */
.t3 {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : normal;
}

.t3:link, .t3:visited {
	/* link: colour, style */
	color : #FFCA97;
	font-weight : bold;
	text-decoration : none;
}

.t3:hover, .t3:active {
	/* link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

textarea.t3 {
	color : #EEE7DF;
	background-color : #480707;
}

/* --------- text style 4 --------- */
.t4 {
	color : #EEE7DF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-style : none;
	font-weight : normal;
}

.t4:link, .t4:visited {
	/* link: colour, style */
	color : #FFCA97;
	text-decoration : none;
}

.t4:hover, .t4:active {
	/* link rollover: colour, style */
	color : #FFCA97;
	text-decoration : underline;
}

textarea.t4 {
	color : #EEE7DF;
	background-color : #480707;
}

/* --------- custom style settings --------- */
