body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

body {
	margin: 0px;
	background-color: #F7F7F7;
}

h1 {
	font-size: 150%;
	text-align: center;
	color: #003366;
}
h2 {
	font-size: 150%;
	text-align: center;
	color: #FF6600;
}
h3 {
	font-size: 140%;
	color: #55716A;
}

h4 {
	font-size: 125%;
	color: #000000;
}

h5 {
	font-size: 125%;
	color: #000088;
}

a, a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #55716A;
	text-decoration: underline;
}


.PaddingCell {
	padding: 4px;
	padding-left: 50px;
}

.TextTitle {
	font-size: 130%;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	background-color:#E7EEEC;
	padding: 10px;
}

.TextAlert {
	font-family: Arial;
	color: #666666;
}

.TextArticle {
	font-family: Arial;
	font-weight: bold;
}

.TextFooter {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.GridHeader {
	background-image: url(../images/TableHeaderBg.gif);
	height: 23;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	color: White;
}

.GridItem {
	font-family: Arial;
	font-size: 90%;
	background-color: #E8EAE9;
	color: Black;
}

.GridAlternatingItem {
	font-family: Arial;
	font-size: 90%;
	background-color: #D6DAD9;
	color: Black;
}
