/* CSS Document */

body
{
    background-color: #FFFFFF;
}

h1
{
    font-family: Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #000000;
	padding: 10px;
	margin: 15px;
	font-weight: bold;
	line-height: 10px;
	
}

.smalltext
{
    font-family: Times New Roman, Georgia;
    font-size: 10px;
	padding: 3px;
	background-color: #EAEAEA;
}

.bodytext
{
    font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 15px;
	line-height: 20px;
	border: solid 0px #000000;
	font-weight: normal;
}

.othertext
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	padding: 7px;
	line-height: 25px;
	border: solid 0px #000000;
	font-weight: normal;
}

.sometext
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #1083DC;
	padding-left: 10px;
	padding-top: 5 px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 15px;
	border: solid 0px #000000;
	font-weight: normal;
	background-color: #EAEAEA;
}

.bodytext A
{
	color: #1083DC;
	text-decoration: underline;
}

.bodytext A:hover
{
	color: #003A67;
	text-decoration: none;
}

.bodytext A:visited
{
	color:#B220BB;
	text-decoration: underline;
}

.textfield
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}