body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4461A6;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	font-size: 12px;
	color: #040146;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	font-weight: normal;

}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12275E;
	vertical-align: top;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12275E;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12275E;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12275E;
	border: 1px solid #22bd22;
	background-color: #eeeeee;
}
a {
	color: #07255E;
	text-decoration:none
}
a.sitemap:link {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none
}
a.sitemap:hover {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-decoration:underline
}
a.sitemap:visited {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
a.bodylink:link {
	color: #020145;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none
}
a.bodylink:hover {
	color: #020145;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline
}
a.bodylink:visited {
	color: #020145;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none
}
.lightgrey 
{
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	font-weight: normal;
}
.lightgrey10
{
	color: #999999;
	font-weight: normal;
	font-size: 10px;
}.Title-Pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #040146;
}

.mail-hyperlink {
	font-weight: bold;
	color: #FF00FF;
}

.pink-highlight {
	color: #FF00FF;
	font-weight: bold;
	font-size: 15px;
}

.mainPanel 
{
}

.text-panel
{
	background-color:White;
	padding: 10px 10px 10px 10px;
	border-color: #ff0660;
	border-width: 2px;
	border-style: solid;
}

.menu            /*This effects the entire menu bar at the top
				changing the font size doesnt make a difference */
{
	line-height:16px;
	
}


/* Menu stuff */
.menu-static-item /* This is the default style applied to items on the main bar  
					 changing the font size doesnt make a difference
					 the bacground color overrides menu-static-style*/
{
	color:White;
	font-weight:bold;
	text-align:center;
	padding: 10px 0px 10px 20px;
}

.menu-static-hover /*This is when the mouse moves over one of the main items on the main bar*/
{
	color:#ff0660;
}