/*<% If Instr(LCase(Request.ServerVariables("HTTP_USER_AGENT")),"msie") Then IE=True %>*/

body {
	/*<% If IE Then %>*/
	cursor : default;
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #84845F;
	scrollbar-face-color : #84845F;
	scrollbar-highlight-color : #84845F;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #84845F;
	/*<% End If %>*/
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313031;
}

b {
	color:#000000;
}

.searchbox {
	background-color:#C8C8AC;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:100px;
}

a {
	color : #21357C;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

a:hover {
	color : #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

a:active {
	color : #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.boldlink {
	color : #21357C;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
}
	
.boldlink:hover {
	color : #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight:bold;
}

form {
	/* This prevents the FORM tag from adding blank space to the document */
	margin : 0px 0px 0px 0px;
}

h1 {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-variant : small-caps;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 8px;
}

h2 {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
}

hr {
	color : #B2DAFF;
	height : 1px;
}

select {
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	cursor : default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313031;
}

textarea {
	/*<% If IE Then %>*/
	background-color : #FFFFFF;
	border : 1px solid #000000;
	/*<% End If %>*/
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

th {
	color : #313031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}

.alert {
	color : #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.button {
	/*<% If IE Then %>*/
	background-color : #84845F;
	border : 1px solid #000000;
	cursor : hand;
	color : #FFFFFF;
	/*<% End If %>*/
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	}

.field {
	/*<% If IE Then %>*/
	background-color : #FFFFFF;
	border : 1px solid #000000;
	/*<% End If %>*/
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 1px 0px 0px 2px;
}

.menu {
	font-family : arial;
	font-size : 10px;
}

.menutitle {
	color:#84845F;
	font-weight:bold;
	font-size:12px;
	font-family : Arial, Helvetica, sans-serif;
}

.small {
	color : #999999;
	font-family : sans-serif;
	font-size : 12px;
}

.altrow {
	background-color: #EEEEE5;
	/*<% If IE Then %>*/
	border : 1px solid #E8E9DC;
	/*<% End If %>*/
}

.forumrow {
	background-color: #DEDECF;
}

.forumdate {
	font-size:10px;
}

/*<% If IE Then %>*/
LI {
	list-style-image : url('../img/bullet.gif');
}
/*<% End If %>*/

.hidden {
	color: #961B1B;
}

.smalllink {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}

.smalllink:hover, .smalllink:active {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color:#0000FF;	
}

.copyright {
	background-color:#8E8D55;
	font-size:10px;
	font-family : Arial, Helvetica, sans-serif;	
	color:#CEC7BD;
}

.mainborder {
	border : 1px solid #FFFFFF;
}

.leftborder {
	border-left : 1px solid #FFFFFF;
}

.rightborder {
	border-right : 1px solid #FFFFFF;
}