/* CSS Document */

body,td,th {
	font-family: Edifice Classic, Comic Sans MS;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFCC00;
	/*#990000; */
}
body {
	background-color: #DEE7F7;
	/*#709BD1*/ 
	height: 95%;
	width: 95%;
}
body, html {   
scrollbar-face-color: #FFCC00;   
scrollbar-arrow-color: #000000;   
scrollbar-track-color: #000000;  
scrollbar-3dlight-color: #000000
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000; 

}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #33CCCC;
}
a:hover {
	text-decoration: overline;
	color: #33CCCC;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
a {
	font-size: 12px;
	font-style: italic;
}
h1 {
	font-size: 18px;
	color: #0000CC;
}
h2 {
	font-size: 16px;
	color: #9933CC;
}
h3 {
	font-size: 14px;
	color: #FF33FF;
}
h4 {
	font-size: 10px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #4A8A42;
}
h6 {
	font-size: 12px;
	color: #08A6C6;
}
h7 {
	font-size: 12px;
	color: #FF33CC;
}

#Date {
	position:relative;
	width : 457px;
	height : 150px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border : 0px;
	z-index:1;
}

}
