body{
	background-color: #F2F6F9;
	margin: 0px;
	padding: 0px;
}

#mainTable{
	background-repeat: no-repeat; 
	background-position: center bottom;
	background-image: url(Images/bottomWatermark.jpg);
}


a{
	color: Gray;
	font-size: 16px;
	font-family: Arial;
	text-decoration: underline;
}

a:hover{
	color: Blue;
	text-decoration: underline;
}


#tableMenu{
	margin: 1 5 5 0;	
}

#tableMenu tr td a{
	padding-top: 5px;
	color: #01315E;
}

#tableMenu tr td a:hover{
	color: gray;
}


#pageTitle{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

.plainText{
	font-weight: normal;
	font-size: 14px;
	font-family: Arial;
	text-align: justify;
	vertical-align: top;
	padding: 10 10 10 20;
}

#pageText{
	font-weight: normal;
	font-size: 14px;
	font-family: Arial;
	text-align: justify;
	vertical-align: top;
	padding: 10 10 10 20;
}


.inertia{
	margin-left: 10px;
}

#grayedText{
	color: Silver;
	font-size: 20px;
}
