﻿body 
{
	margin: 0px 0px 0px 0px;	
}

h1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;	
	color: #003366;
}

h2
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #0066CC;
}

p
{
	text-align: justify;
}

hr
{
	height: 1px;
	border: solid 1px #CCDDFF;
}

.text, td, textarea, input
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;	
}

.navigationPathItem
{
	color: White;
}

.activeNavigationPathItem
{
	color: White;
	font-weight: bold;
}

.menuItem 
{
	color: #003399;	
}

a.menuItem:hover
{	
	color: Red;
	text-decoration: underline;
}


.activeMenuItem
{
	color: Black;
	font-weight: bold;
}
a.activeMenuItem:visited
{
	color: Black;
	font-weight: bold;
}

.textBox {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	background-image: url(images/textBoxFill.jpg);
	border: 1px solid #666666;
}

.image {
	border: 1px solid #0066CC;
	padding: 5px;
}

.blockTitle {	
	font-size: 9pt;
	color: White;
	padding-left: 3px;
}

.smallText {
	font-family: Arial;
	font-size: 8pt;	
}

.size
{
	font-size: 8pt;
	color: #666666;
}

.separator
{
	border-bottom: solid 1px #3399cc;
	height: 1px;
}
