/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #FFA500;
	scrollbar-arrow-color:  #FFA500;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #FFA500;
	list-style-type: square;	
	background-color:white;
	border-right: 1px solid #FFA500
	}

body,font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
}

...caption {font-size:10px; font-style:italic; color:#333333;}

a:link,a:active,a:visited { color : gold; }
a:hover		{ text-decoration: underline; color : #FFA500; }

hr {height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

li {
	font-size: 1.5em;
	color: #F78D10;
	font-style: italic;
}

a.mainmenu:link, a.mainmenu:active, a.mainmenu:visited { color : black; }
a.mainmenu:hover {color:#FFA500}

.maintitle1,.maintitle2{
	font-family:"Arial Black", Verdana;
	color : #666666;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}

.maintitle1{
	font-size:16px;
}
.maintitle2{
	font-size:14px;
}

/* The menu, mail me etc links at the top of the page...mainmenu		{ font-size: 12px; color : black;}
a.mainmenu:link,a.mainmenu:active,a.mainmenu:visited { text-decoration: none; color : black;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFA500; } */
.maintitle3 {
	font-size:12px;
	color: #666666;
	font-weight: bold;
}
