body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	scrollbar-track-color: #F4F4F6;
	scrollbar-arrow-color: black;
    scrollbar-face-color: #F4F4F6;
    scrollbar-shadow-color: #D3D1DC;
    scrollbar-highlight-color: #F4F4F6;
    scrollbar-3dlight-color: #F4F4F6;
    scrollbar-darkshadow-color: #D3D1DC;
	
	margin:0px;
	margin-left:1px;
	text-align:center;
}

a{
	text-decoration:none;
	color:#3366FF;
}

img{
	border: none;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.formElements{
	background-color:#ffffff;
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #7F9DB9;
}

.formElementsError{
	background-color:#ffffff;
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid red;
}

/* main.tpl */

.container{
	width: 782px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

.topBar{
	text-align:center;
	width:782px;
	height:160px;
}

.content{
	float:left;
	width:782px;
}

.bottomBar{
	float:left;
	width:782px;
	height:105px;
}

/* other */

.spacer{
	float:left;
	width:56px;
	height:21px;
	background-color:#669933;
}

.orangeHeader{
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
}

.blueFont{
	font-size:12px;
	color:#3366FF;
}

.orangeFont{
	font-size:12px;
	color:#F4A445;
}

.greyFont{
	font-size:12px;
	color:#ADADAD;
}

.blueText{
	font-size:11px;
	color:#3366FF;
}

.orangeText{
	font-size:11px;
	color:#F4A445;
}

.greyText{
	font-size:11px;
	color:#999999;
}

.greenTop{
	height:20px;
	background-color:#0EA0B0;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}

.orangeTop{
	width:489px;
	height:21px;
	background-color:#F4A445;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}