div.frm {
	width:540px;
	margin: 12px;
}

.project_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

p.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076888;
	font-weight: bold;
}

body {
	height: 100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #01B1EC;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


a:visited {
	color: #666666;
}
a:link {
	color: #003399;
}

td.aligntop {
	vertical-align: top;
}

td.alignbottom {
	vertical-align: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #076888;
}

td.aligncenter {
	text-align: center;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom:3px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom:3px;
	margin-top:10px;
	width:500px;
}

hr {
	color: #666666;
	margin-bottom:3px;
}

div.maincontentarea {
	width:100%;
	background: url(../images/blue_background2.gif);
	background-repeat: repeat-x;
	height:100%;
	position:absolute;
	top:-3px;
	margin:0px;
	padding:0px;
	border-style: none;
	border-width: 0px;
	font-size: 11px;
}

div.textindent {
	margin-left: 36px;
	margin-top: 22px;
	width:485px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}

div.newsflashbox {
	
}

div.imagepadding {
	text-align:center;
	margin-top: 22px;
	width:181px;
}

.leftborder {
	width:105px;
	height:280px;
	background: url(../images/left_border.gif);
	background-repeat: no-repeat;
}

.bluebackground {
	background: url(../images/blue_background.gif);
}