/* CSS Document */

body{
	margin: auto;
	background-color: #595959;
	text-align:center;
}

.topGray{
	background-color: #525252;
}

.middleGray{
	background-color: #666666;
}

.bottomGray{
	background-color: #595959;
}

.outline{
	background-color: #CCCCCC;
}

.content{
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

.content a:link{
	color: #880000;
	text-decoration: none
}
	
.content a:visited{
	color: #880000;
	text-decoration: none
}

.content a:hover{
	color: #880000;
	text-decoration: underline
}

.content a:active{
	color: #880000;
	text-decoration: none
}

.design{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

.design a:link{
	color: #333333;
	text-decoration: underline
}
	
.design a:visited{
	color: #333333;
	text-decoration: underline
}

.design a:hover{
	color: #000000;
	text-decoration: underline
}

.design a:active{
	color: #333333;
	text-decoration: underline
}
