
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


h1	{ background-color: #FFFFFF; font-size : 30px; color: #b05f02; display: inline;}
h2	{ font-size : 16px; display: inline; font-weight : bold;}

.spotlinehead	{ background-color: #b05f02; font-size : 18px; color: #FFFFFF;}
.spotline	{ background-color: #FFFFFF;}
.spotlinetd{ padding:5px; background-color: #FFFFFF;}

table.category {border-top: 1px solid #b05f02;border-left: 1px solid #b05f02;border-bottom: 1px solid #b05f02;border-right: 1px solid #b05f02;}

.left { background-color: #E5E5E5;}
.middle { background-color: #E5E5E5;}
.right { background-color: #E5E5E5;}

.menubg { background-color: #b05f02;background-image: url('/images/menu_bg.jpg');background-repeat: repeat-y repeat-x;border-style:outset;border-width: 7px;border-color: #b05f02;}
a.menutitle{ font-size : 26px; color: #FFFFFF;border-bottom: 1px solid #ffffff; text-decoration: none;}
a.menutitle:visited{ font-size : 26px; color: #FFFFFF;border-bottom: 1px solid #ffffff; text-decoration: none;}
a.menutitle:hover{ font-size : 26px; color: #FFFFFF;border-bottom: 1px solid #ffffff; text-decoration: underline;}
a.menuentry { font-size : 16px;color: #ffffff; text-decoration: none;}
a.menuentry:visited { font-size : 16px;color: #ffffff; text-decoration: none;}
a.menuentry:hover { font-size : 16px;color: #ffffff; text-decoration: underline;}

/* General text */
.genextralarge { font-size : 20px; }
.genlarge { font-size : 16px; }
.gen { font-size : 12px;}
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.genextralarge,a.genlarge,a.gen,a.genmed,a.gensmall { color: #b05f02; text-decoration: none; }
a.genextralarge:visited,a.genlarge:visited,a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #b05f02; text-decoration: none; }
a.genextralarge:hover,a.genlarge:hover,a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0070b3; text-decoration: underline; }

input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}


