/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
a.menu:link, a.menu:visited{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.menu:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a:link, a:visited{
	font-size:12px;
	color:#2842B1;
	text-decoration:none;
	font-weight:normal;
}
a:hover{
	font-size:12px;
	color:#2842B1;
	text-decoration:underline;
	font-weight:normal;
}

h1{
	text-transform:uppercase;
	color:#BE8A34;
	font-size:30px;
	font-weight:normal;
}
h2{
	text-transform:uppercase;
	color:#BE8A34;
	font-size:16px;
	font-weight:bold;
}
p{
	color:#000000;
	font-size:12px;
}
p.footer{
	font-size:12px;
	color:#FFF;
}
a.footer{
	font-size:12px;
	color:#FFF;
}