#mainContainer{
	width:              1080px;
	margin:             0 auto;
	background-color:   #e6f0ff;
	text-align:         left;
	padding-right:      4px;
	padding-bottom:     4px;
}

ul,li,div,td,th,nobr { 
	font-family:		Verdana; 
	font-size:		    10pt; 
	}
p,ol { 
	font-family:		times; 
	font-size:		    11pt; 
	}
h1 { 
    font-family:		times; 
	font-size:		    24pt; 
	}
h2 { 
    font-family:		times; 
	font-size:		    14pt; 
	}

a:link {
	color:		    	#1E90FF;
	text-decoration:	none;
	/*font-weight:		bold;*/
	}
a:visited {
	color:		    	#708090;
	/*font-weight:		bold;*/
	text-decoration:	none;
	}
a:active { 
	color:		    	#000000; 
	font-weight:		bold;
	text-decoration:	underline;
	}
a:hover {
	text-decoration:	underline
	}