/* CSS Document */
h1 {color:#FFFFFF;
  font-family:"Times New Roman", Times, serif; 
  font-size:18px; 
  font-weight: bold;
	font-style:italic;
	word-spacing: 0;
	text-indent: 0;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
/*h1 {font-size: 15px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #000080;
word-spacing: 0;
text-indent: 0;
line-height: 100%;
margin: 0;
padding: 0;
} 
*/ 
h2 {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}
h3 {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
body {
  text-align: center;
	background-color: #0033FF;
}

#page {
	/*color: #333366;*/
	background: #0033FF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 860px;
	height: 600px;
	visibility: visible;
	display: block;
  }

.mediumtext {
	color: #FFFFFF;	
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.mediumitalic {
	color: #FFFFFF;	
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}
.smalltext {
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
}
.smallertext {
  color: #FFFFFF;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.box {
	color: #FFFFFF;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	/*padding : 2px;
	margin: 2px;
	border-style : groove;
	border-width : 2px;
	border-color: #FFFFFF;
	*/
	text-align: center;
	vertical-align: bottom;
	overflow: visible;
}

.boxtext {
color:#FFFFFF; 
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:20px;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:20px; 
text-align:justify;
vertical-align:middle;
overflow:visible;
}

a:link {color:#FFFFFF;}
a:visited {color:#CCCCCC;}
