a{
	text-decoration:underline;
	color:#003366;
}
a:hover{
	text-decoration:none;
	color:#9CB5D4;
}
a.bold{
	text-decoration:underline;
	font-weight:bold;
	color:#003366;
}
a.bold:hover{
	text-decoration:none;
	font-weight:bold;
	color:#9CB5D4;
}
a.copyright{
	color:#003366;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
a.copyright:hover{
	color:#9CB5D4;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
a.menu{
	color:#ffffff;
	text-decoration:none;
}
a.menu:hover{
	color:#FFCC00;
	text-decoration:none;
}
body{
	margin:0px;
	font-family:verdana;
	color:#003366;
}
div.copyright{
	width:780px;
	color:#7483A5;
	font-size:11px;
	text-align:center;
	padding-left:20px;
}
div.space{
	padding-bottom:6px;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
hr{
	color:#7483A5;
	height:1px;
}
.button{
	/*background-image:url(images/button.gif);
	background-repeat:no-repeat;*/
	background:#ffffff;
	width:100%;
	/*height:25px;*/
	font-size:10px;
	font-weight:bold;
	color:#e80806;
	text-align:right;
	border-bottom:1px solid #e80806;
	border-top:1px solid #e80806;
	margin-bottom:2px;
	padding:5px;
}
.button a{
	background:#ffffff;
	color:#e80806;
}
.button a:hover{
	color:#cccccc;
}

.buttonRed{
	/*background-image:url(images/button_red.gif);
	background-repeat:no-repeat;*/
	border-bottom:1px solid #e80806;
	border-top:1px solid #e80806;
	width:100%;
	background:#e80806;
	
	/*height:25px;*/
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	
	padding:5px;
}
span.menuTitle{
	width:190px;
	height:21px;
	padding-top:2px;
	padding-left:15px;
}
span.space{
	padding-left:250px;
}
table.main{
	width:770px;
	border-right:solid 1px #7191BA;
}
td.backgroundMenu{
	background-image:url(images/backmenu.jpg);
	background-repeat:no-repeat;
	width:173px;
	text-align:left;
	vertical-align:top;
	padding-top:160px;
	padding-left:16px;
	padding-right:15px;
}
#main{
	font-size:12px;
	line-height:18px;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
	width:566px;
}
#menu{
	padding-left:13px;
}

