 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #7E98CB;
	scrollbar-highlight-color: #C4D2ED;
	scrollbar-shadow-color: #7E98CB;
	scrollbar-3dlight-color: #C4D2ED;
	scrollbar-arrow-color:  #021A4A;
	scrollbar-track-color: #C4D2ED;
	scrollbar-darkshadow-color: #021A4A;
}


/* General font families for common tags */
font{ font-family: Arial, Helvetica, sans-serif }
p, td	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
hr	{ height: 0px; border: solid #021A4A 0px; border-top-width: 1px;}
a	{ color: #043698; text-decoration: none; }
a:hover	{ color: #0000FF; text-decoration: underline; }
h1,h2		{ font-family: Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#DEE7F3; border: #04369B; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline	{ background-color:#04369B; border: 2px #021A4A solid }

TD		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #3D5C98;}
.subtitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; text-decoration : none; line-height : 120%; color : #486FB7;}


a.sitename	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #043698;}
a.sitename:visited	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #003090;}
a.sitename:active	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #FF0000;}
a.sitename:hover	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #0000FF;}

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }
a.gen		{ color: #043698; text-decoration: none; }
a.gen:visited		{ color: #003090; text-decoration: none; }
a.gen:active		{ color: #FF0000; text-decoration: underline; }
a.gen:hover	{ color: #E00000; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 12px; color : #000000; }
a.genmed	{ text-decoration: none; color : #043698; }
a.genmed:visited	{ text-decoration: none; color : #003090; }
a.genmed:active	{ text-decoration: underline; color : #FF0000; }
a.genmed:hover	{ text-decoration: underline; color : #0000FF; }


/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #043698; text-decoration: none; }
a.gensmall:visited	{ color: #003090; text-decoration: none; }
a.gensmall:active	{ color: #FF0000; text-decoration: underline; }
a.gensmall:hover	{ color: 0000FF; text-decoration: underline; }

/* Text on TD.SpaceRow */
.spaceRow	{ font-size : 10px; color : #FFFFFF; }
a.spaceRow	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:visited	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:active	{ color: #FF0000; text-decoration: underline; }
a.spaceRow:hover	{ color: #0000FF; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu, a.mainmenu:visited		{ text-decoration: none; color : #000000;  }
a.mainmenu:active	{ text-decoration: underline; color : #FF0000; }
a.mainmenu:hover	{ text-decoration: underline; color : #0000FF; }


/* Forum category titles */
.cattitle		{ font-size : 18px; font-weight : bold; text-decoration : none; color : #043698}
a.cattitle, .cattitle a	{ text-decoration: none; color : #043698; }
a.cattitle:visited, .cattitle a:visited		{ text-decoration: none; color : #003090; }
a.cattitle:active, .cattitle a:active	{ text-decoration: underline; color : #FF0000; }
a.cattitle:hover, .cattitle a:hover	{ text-decoration: underline; color : #0000FF; }

.btitle		{ font-size : 14px; font-weight : bold; text-decoration : none; color : #043698}
a.btitle, .btitle a	{ text-decoration: none; color : #043698; }
a.btitle:visited, .btitle a:visited		{ text-decoration: none; color : #003090; }
a.btitle:active, .btitle a:active	{ text-decoration: underline; color : #FF0000; }
a.btitle:hover, .btitle a:hover	{ text-decoration: underline; color : #0000FF; }

.interviewtitle		{ font-size : 12px; font-weight : bold; text-decoration : none; color : #043698}

/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

#leftnav {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav a{
	text-decoration: none;
	background-color: #DEE7F3;
	display: block; 
	padding: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #003399;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
#leftnav a:hover {
	background-color: #003399;
	color: White;
	border: 1px solid #003399;
}
#subheader {
	border: 1px solid #003399;
	font-weight: bold;
	color: #003399;
	background-color: #DEE7F3;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}
#tableheader {
	border: 1px solid #003399;
	font-weight: bold;
	color: #003399;
	background-color: #DEE7F3;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}
#ebaynav {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block; 
	padding: 5px; 
	margin-top: 7px; 
	margin-bottom: 5px; 
	border: 1px solid #003399;
	color: #003399;
	font-size: 12px;
	font-weight: normal;
}
#ebaynav a{
	text-decoration: underline;
	color: #003399;
	font-size: 12px;
	font-weight: normal;
}
.tinytext {
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	color: #003399;
	font-size: 10px;
}
