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



body, html{
	height:100%;
	margin:0px;
	background:#FFF;
}

p.menulink{
	font-size:12px;
	font-weight:bold;
	margin-right:22px;
	line-height:18px;}

a:focus{
	outline:none;
}

a:link{
	color:#C31E39;
	text-decoration:none;}
a:visited{
	color:#C31E39;
	text-decoration:none;}
a:active{
	color:#C31E39;
	text-decoration:underline;}
a:hover{
	color:#C31E39;
	text-decoration:underline;}

p,ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:10px;
	line-height:17px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#C31E39;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px;
}



