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


body {
	background-color: #FFFFFF;
}

h1 {
	text-align:center;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
	
h2 {text-align:center;
		font-family: Verdana;
		font-size: 12px;
		font-style: bold;
		line-height: normal;
		font-weight: bold;
		color: #000000;
}

h6 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #808080;
}

a {font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #808080;
}

a:link {
	color: #808080;
	text-decoration:none;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #808080;
	text-decoration:none;
}
a.short {
line-height: 0%;
}
a.inline {
display: inline;
}