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

/*Typography*/
*{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:32px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:14px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#06263c;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#06263c;
	margin-bottom:5px;
	font-weight:normal;
	line-height:normal;
}


a{
	/*color:#06263c;*/
	color:#06263c;
	text-decoration:underline;
}

a:hover{
	/*color:#CC0000;*/
	color:#cc0000;
}

a:visited{
	text-decoration:none;
}

small{
	color:#666666;
	font-size:8px;
}

.header{
	background:url(Images/header.jpg) no-repeat top center;
	height: 154px;
}

.hiddenPic {display:none;}

.topmenu{
	background:url(Images/topmenu.jpg) no-repeat top center;
	height:92px;
	padding-top:65px;
}

.topmenu td{
	text-align:center;
}

.topmenu a{
	color:#06263c;
	text-decoration:none;
	font-weight:bold;
}
.topmenu a:hover{
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
}

.credit {
	text-align:center;
}

.credit a{
	font-size:10px;
	text-decoration:none;
}

.input{
	width:3cm;
	font-size:10px;
}
