h1 {
	font-family: verdana;
	font-size: 9pt;
	color: #0D3974;
	font-weight: normal;
}

h2 {
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	font-family: verdana;
	font-size: 10pt;
	color: #0D3974;
	font-weight: normal;
}

h4 {
	font-family: verdana;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: normal;
}

h5 {
	font-family: verdana;
	font-size: 14pt;
	color: #0D3974;
	font-weight: bold;
}

h6 {
	font-family: verdana;
	font-size: 16pt;
	color: #0D3974;
	font-weight: normal;
}

a:link {
	color: #0D3974;
	text-decoration: none;
}

a:visited {
	color: #0D3974;
	text-decoration: none;
}

a:hover {
	color: #0D3974;
	text-decoration: underline;
}

a:active {
	color: #0D3974;
	text-decoration: none;
}

td {
	font-family: verdana;
	font-size: 9pt;
	color: #0D3974;
	font-weight: normal;
	align: right;
}

a.bottomlink {
	color: #FFF;
	text-decoration: none;
}

img {
	border: none;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: #0F3969 #0F3969 #0F3969 #0F3969;
	border-collapse: collapse;
	background-color: white;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: #0F3969 #0F3969 #0F3969 #0F3969;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
fieldset
{
border: 1px solid #9E9AC0;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
legend
{
color: #0D3974;
background: #D3D1E3;
border: 1px solid #9E9AC0;
padding: 2px 6px
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
padding: 3px;
} 
