A:link {
	color: #0F56BF;
	text-decoration: underline
}
A:visited {
	color: #0F56BF;
	text-decoration: underline
}
A:hover {
	color: #000000;
	text-decoration: none
}
A:active {
	color: #000000;
	text-decoration: none
}
BODY {
	background: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	margin: 0px;
}
H1 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
H2 {
	font-weight: bold;
	font-size: 13px;
	color: #004A84;
	padding-bottom: 5px;
}
H3 {
	font-weight: bold;
	font-size: 11px;
	color: #00579a;
}
H4 {
	font-weight: bold;
	font-size: 12px;
	color: #004891; 
}
.Content{
	font-size: 12px;
}
.Content LI{
	list-style-image: url(../Assets/Misc/Bullet_Circle.gif);
	margin-right: 35px;
	padding-bottom: 10px;
}
#MainTable {
	background: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 11px;
}
.Footer {
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 16px;
}
.Footer A:link {
	color: #666666;
	text-decoration: none
}
.Footer A:visited {
	color: #666666;
	text-decoration: none
}
.Footer A:hover {
	color: #333333;
	text-decoration: underline
}
.Footer A:active {
	color: #333333;
	text-decoration: underline
}
.Quote{
	background-color: #EDECE8;
	border: 1px solid #D0CBC7;
	font-size: 9px;
	font-style: italic;
}
#MainTableTopRow {
	background: url(../Assets/Layout/TopFill.gif) repeat-x;
}
#MainTableBottomRow {
	background: url(../Assets/Layout/BottomFill.gif) repeat-x;
}
#MainTableLeftSide {
	background: url(../Assets/Layout/LeftSideFill.gif) repeat-y;
}
#MainTableRightSide {
	background: url(../Assets/Layout/RightSideFill.gif) repeat-y;
}
#Menu {
	background-image: url(../Assets/Menu/MenuFill.gif);
}
#MenuShadow {
	background-image: url(../Assets/Menu/MenuShadow.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-indent: 9px;
}
#MenuShadow A:link {
	color: #666666;
	text-decoration: none
}
#MenuShadow A:visited {
	color: #666666;
	text-decoration: none
}
#MenuShadow A:hover {
	color: #0D4BA2;
	text-decoration: underline
}
#MenuShadow A:active {
	color: #0D4BA2;
	text-decoration: underline;
}

/* Page Utilities */

.PageUtil {
	font-size: 11px;
	padding: 20px 0px 0px 20px;
}
.PageUtil A:link, .PageUtil A:visited {
	color: #666666;
	text-decoration: none;
}

.PageUtil A:hover, PageUtil A:active {
	text-decoration: underline;
}