BODY
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: black;
    TEXT-ALIGN: center;
}
A
{
	color: #4c8ab6;
	font-weight: bold;
}
A:active
{
	color: #4c8ab6;
	text-decoration: underline;
	font-weight: bold;
}
A:hover
{
    COLOR: #74B2DE;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
A:link
{
    COLOR: #4c8ab6;
    TEXT-DECORATION: none;
	font-weight: bold;
}
H1, H2, H3, H4, H5, H6
{
	padding-left: 0px;
	left: -10px;
	margin-top: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #4c8ab6;
	position: relative;
}
H1 { FONT-SIZE: 24px; }
H2 { FONT-SIZE: 22px; }
H3 { FONT-SIZE: 20px; }
H4 { FONT-SIZE: 18px; }
H5 { FONT-SIZE: 16px; }
H6 { FONT-SIZE: 14px; }
UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
LI
{
	list-style-image: url(Images/Bullet.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
EM
{
	text-transform: capitalize;
	font-style: italic;
}

/*Classes*/
B.ListHeader
{
	font-weight: bold;
	font-size: 17px;
	color: #4c8ab6;
}
.Main
{
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none;
	height: 100%;
}
.PageTitle
{
	left: -10px;
	position: relative;
}
.Content
{
	color: black;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
.Footer
{
	background-color: black;
	text-align: center;
	color: white;
	font-size: 11px;
	width: 750px;
}
.MenuItem
{
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #74b2de;
	background-color: black;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
}
.MenuItem_Hover
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: black;
	background-color: #74b2de;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
}
.MenuItem_Selected
{
	border-right: black 2px solid;
	padding-right: 8px;
	border-top: black 3px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/Menu_ItemBG.gif);
	padding-bottom: 4px;
	border-left: black 2px solid;
	cursor: default;
	color: white;
	padding-top: 4px;
	border-bottom: black 3px solid;
	background-color: black;
	text-align: left;
}