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

body{
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
}


p{
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	color:#000000;
	text-align:left;
	line-height:14px;
}

a:link{
	font-weight:normal;
	text-decoration:none;
	color:#870A24;	
}

a:visited{
	font-weight:normal;
	text-decoration:none;
	color:#000000;	
}

a:hover{
	font-weight:bold;
	color:#A6937B;
	text-decoration:none;	
}

a:active{
	text-decoration:underline;
	font-weight:bold;
	color:#870A24;
}

h1{
	color:#870A24;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	font-stretch:expanded;
	font-weight:600;
	text-decoration:underline;
}

h2{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:normal;
	font-style:normal;
}