@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #003300;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

p,div {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
ul,li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 8px;
	list-style: square;
	
}

h1 {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000066;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	margin-top:0px;
	margin-bottom:0px;

}

.leader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	font-weight:500;
}

.cal_dir {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #003300;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style:italic;
	margin-left:10px;
	text-align:center;
}

a.class1:link {text-decoration: none; color: #CC0000}
a.class1:visited {text-decoration: none; color: #CC0000}
a.class1:active {text-decoration: none; color: #CC0000}
a.class1:hover {text-decoration: underline; color: #FFFFFF;}



a.foot:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

a.foot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a.foot:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a.foot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

.footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

.footer_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.footer_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

div.foot_links {
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color: #000000;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:active {
	color: #003300;
}
a:hover {
	color: #999999;
}

table.calendar {
	width:357px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#CCCCCC;
}

a.cal:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.cal:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.cal:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
a.cal:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000066;
	text-decoration: underline;
}

table.infobox {
	width:370px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#CCCCCC;
	margin-right: 7px;
	
}

table.contact {
	width:100%;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
	padding:0px;
	
}

table.contact thead tr th {
	text-align:center;
	height:20;
	background-color:#999966;
	padding:5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	
}

table.contact tbody th {
	text-align:left;
	background-color:#CCCCCC;
	padding:5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

table.contact tbody td {
	background-color:#CCCCCC;
	height:30px;
	padding:5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.button {
	float: left;
	display: inline;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 130px;
	min-height: 60px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 120px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 120px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

a.link2 {
	color: #ffffff;
}

a.link2:hover {
	color: #dddddd;	
}
