/********************************************************
Download StyleSheet
#3366CC
#003399
Jake Howlett, v1.0, 28/03/02

font-size : 11px;
********************************************************/

a{
	color : #3366CC;
	font : normal 11.5px verdana, arial, helvetica, sans-serif;
}

a:visited{
	color : #3366CC;
}

a:hover{
	font-size : 12px;
	color : #FF3300;
	text-decoration : Bold;
}

a.whiteLink {
	color:#ffffff;
	font-weight: bold;
}

a.whiteLink:visited {
	color:#ffffff;
}

body{
	margin-top		:		10px;
	margin-left		:		2px;
	font : normal 18px Verdana, Arial, Helvetica, sans-serif;
	background-attachment : scroll;
	background-image : url(cs_white-bg.gif);
	background-position : top right;
	background-repeat : no-repeat;}

h1{
	font : bold 24px "Trebuchet MS",Verdana, arial, helvetica, sans-serif;
}

h2{
	font : normal 12px verdana, arial, helvetica, sans-serif;
}

h5{
	color : #CC0000;
	font : normal small verdana, arial, helvetica, sans-serif;
	margin : 20px;
}

hr{
	color : #66CCFF;
	height : 1px;
}

td{
	font : normal 12px Verdana, Arial, Helvetica, sans-serif;
	color : #FF3300;
	vertical-align : top;
	table-layout: fixed;
}

/*
Use @media so that Netscape ignores this rule.
Netscape goes balloon if you try to redefine
*/
@media all{
	input, textarea, select{
		border-top : solid 1px #847D71;
		border-right : solid 1px #CCCCCC;
		border-left : solid 1px #847D71;
		border-bottom : solid 1px #CCCCCC;
		color : #666666;
		font : normal 12px Arial;
		scrollbar-base-color : ThreedFace;
		scrollbar-3dlight-color : InactiveBorder;
	}
}

.button{
	border-bottom : solid 1px #847D71;
	border-left : solid 1px #CCCCCC;
	border-right : solid 1px #847D71;
	border-top : solid 1px #CCCCCC;
	background-color: #E8E8E8;
}

.noborder{
	border : none;
}