/* Tag Definitions */


body {
	margin:0px;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif
}

.largeText a {
	font-weight:bold;
	text-decoration:underline;
	color:#576879;
}

.largeText a:hover {
	text-decoration:none;
	color:#778899;
}

.mediumText a {
	font-weight:bold;
	text-decoration:underline;
	color:#576879;
}

.mediumText a:hover {
	text-decoration:none;
	color:#778899;
}


#menuWrapper {
	height:26px;
	background-color:#00309C;
}

.menuItem {
	float:left;
	color:#ffffbb;
	font-size:11px;
	margin-right:32px;
	margin-top:6px;
}

.menuItem a {
	font-weight:bold;
	color:#ffffbb;
	text-decoration:none;
}

.menuItem a:hover {
	font-weight:bold;
	color:#eeeeaa;
	text-decoration:underline;
}

#footer {
	text-align:right;
	padding-bottom:24px;
	padding-top:12px;
	padding-right:0px;
	background-color:#00309c;
	font-size:10px;
}

#footer a {
	color:#ffffbb;
	text-decoration:underline; 
}

#footer a:hover {
	color:#eeeeaa;
	text-decoration:none; 
}

h1 {
	font-size:28px;
	margin:0px 0px;
	font-weight:normal;
	color:#555555;
	font-family: arial;
}

img 
{
    margin: 5px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	line-height:1.75em;
	text-align: left;
	color:#555555;
}

h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.75em;
	text-align: left;
	color:#555555;
}

p {
	color:#555555;
	font-size:13px;
	line-height:1.75em;
}

.smallText {
	font-size:10px;
	line-height:15px;
	color:#555555;
}

.mediumText {
	font-size:12px;
	line-height:17px;
	color:#555555;
}

li {
	color:#555555;
	font-size:13px;
	line-height:1.75em;
}



