body
{
	background-color: #3E4059;
	color: #3E4059;
	font-family: arial, sans serif;
	font-size: 9pt;
}

table
{
	font-size: 9pt;
}

h1
{
	font-size: 9pt;
	font-weight: bold;
}

h2
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

#main
{
	background-color: #fff;
	color: #3E4059;
}

#leftside
{
	background-image: url(images/side_left.gif);
	background-repeat: repeat-y;
	width: 12px;
}

#rightside
{
	background-image: url(images/side_right.gif);
	background-repeat: repeat-y;
	width: 7px;
}

#leftfooter
{
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

#content
{
	background-image: url(images/faded_logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	padding-top: 10px;
}

.left
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}

#footer
{
	color: #fff;
}

input, textarea
{
	border: 1px solid #3E4059; 
	font-family: arial;
	font-size: 9pt;
	background: transparent;
}

.dottedbottom
{
	border-bottom: 1px dotted #3E4059;
}

#applyform
{
	border: 1px solid #3e4059;
}

.required
{
	color: red;
}

a
{
	color: blue;
}

.small{
font-size: 90%;
}