body, table, input, textarea {
	font-family: Arial;
	font-size: 12px;
}
body, form {
	margin: 0;
}
table {
	border-collapse: collapse;
}
table.body {
	width: 100%;
}
td {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

.tdPadd td{
	padding:2px;
}

.navLinks {
	font-size:12px;
}

.navLinks a{
	font-size:12px;
	color:#0066ca;
	text-decoration:none;
}

.mainBG{
	background: url(/images/main_bg.gif) top left;
}

.topBG{
	background: url(/images/top_gradient.gif) repeat-x top left;	
}

.leftPeople{
	background: url(/images/people.gif) no-repeat top left;
}

.smallBottom{
	background: url(/images/bottom_small_bg.gif) repeat-x top left;
	height:2px;
}

.bottom{
	background: url(/images/bottom_bg.gif) repeat-x top left;
	height:125px;
	color:#fff;
	font-size:12px;
	background-color:#0b1b38;
}

.bottom a{
	color:#ffdd8c;
}

.logo{
	width:164px;
	height:38px;
	background: url(/images/logo.png) no-repeat left top;	
	background-image:expression('none');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
}

.blueText{
	font-size:11px;
	color:#8dc8ff;
	line-height:14px;
	text-align:justify;
	padding:5px;
}

.mainTable{
	color:#fff;
	font-size:11px;
}

.mainTable td{
	border:1px dotted #1b77cc;	
}

.cellBG{
	height:36px;
	background: url(/images/table_head_bg.png) repeat-x left top;	
	background-image:expression('none');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table_head_bg.png', sizingMethod='crop');
}

.arrow{
	height:13px;
	background: url(/images/arrow.png) repeat-x left top;	
	background-image:expression('none');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrow.png', sizingMethod='crop');
}

.whiteCell{
	background-color:#fff;
	color:#7b7b7b;
	font-size:11px;
	padding:10px;
}

.whiteCell div{
	color:#090909;
	font-size:23px;
	padding-bottom:3px;
}

.whiteCell a{
	color:#578eff;
	text-decoration:underline;
}