/*********** body styles ***********/
body {
	font-family: Times New Roman, Times, serif;
	scrollbar-face-color: #B0E0E6;
	scrollbar-highlight-color: #B0E0E6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #94D7F8;
	scrollbar-darkshadow-color: #B0E0E6;
	background-color: #64D6F1;
	overflow: scroll;
	color: #333333;
	background-image: background.jpg;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link,a:visited,a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #33FFFF;
	text-decoration: none;
}
input.btn {
	background-color: #FFFFFF;
	width: 100px;
}
input.btn_over {
	background-color: #B0E0E6;
	width: 100px;
}
.header {
	font-family: Comic Sans MS;
	font-size: xx-large;
	font-weight: bolder;
	filter:shadow(color=#CCCCCC,direction=135);
}
.menu {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.subtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.content {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;

}