@charset "utf-8";
/* CSS Document */
body {background-color:#F4EEF9;}
UL,ol,p,h3,h4,h5 {
	font-size: 12px;
	font-family : verdana;
	font-weight:normal;
}

p {text-align:justify;}

A:link {
	font-family: verdana;
	font-size : 12px;
	color :#666;
	text-decoration : none;
}

A:visited {
	font-family: verdana;
	font-size : 12px;
	color :#666;
}

A:active {
	font-family: verdana;
	font-size : 12px
}
A:hover {
	font-family: verdana;
	font-size : 12px;
	color : rgb(78,7,11);
	text-decoration : underline;
}

H1 {
	font-family: verdana;
	font-size : 16px;
	color : rgb(78,7,11);
	font-weight : bold
}

H2 {
	font-family: verdana;
	font-size : 12px;
	text-decoration : underline
}


#navig {
	text-align : center;
	word-spacing:15px;
}

#navig A:link {
	font-family: verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
	text-align : center;
}

#navig A:visited {
	font-family: verdana;
	color : #ffffff;
		text-align : center;
}

#navig A:active {
	font-family: verdana;
	color : #ffffff;
		text-align : center;
}
#navig A:hover {
	font-family: verdana;
	color :#FC0;
	text-decoration : none;
		text-align : center;
}

.footer {
	color: rgb(192,192,192);
	font-size : 10px;
	font-family : verdana;
	text-align : center;
	padding-top:10px;
	padding-bottom:10px;
}
.navigationlinks {
	color:#666;
	font-weight:bold;
	line-height:15px;
	padding-left:15px;
	padding-bottom:15px;}
