@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	font-size:16px
	}

#content{
	padding:10px;
	text-align: left;
	}
	
.bold {
	text-align:center;
	font-weight:bold;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#004e85;
	}
	
#border{
	border: solid 3px;
	border-color:#004e85;
	}
	
#menu {
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
	height: 20px;
	font-weight:bold;
	color:#ffffff;
	border-bottom-style: double;
	border-bottom-color: #004e85;
	left: 273px;
	text-align: center;
}

#menu a:link{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#menu a:visited{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:normal;
	color:#004e85;
}

h2 {
	font-size:20x;
	font-weight:bold;
	line-height:normal;
	color:#004e85;
}

h3 {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	color:#004e85;
}

a:link {
	font-weight:bold;
	line-height:normal;
	color:#004e85;
	text-decoration: underline;
	}
	
a:active{
	font-weight:bold;
	line-height:normal;
	color:#004e85;
	text-decoration: underline;
}

a:visited{
	font-weight:bold;
	line-height:normal;
	color:#004e85;
	text-decoration: underline;
}
