/* CSS Document */


body, p, td, li {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {font-weight: 700; text-decoration: none; color: #E46713;}
a:active {font-weight: 700; text-decoration: none; color: #E46713;}
a:visited {font-weight: 700; text-decoration: none; color: #E46713;}
a:hover {font-weight: 700; text-decoration: underline; color: #C82222;}

h1 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10;
	background-color: #DDDDDD;
}

h2 {
    color: #E46713;
	font-size: 16px;
	font-weight: 700;
}

h3 {
	font-size: 14px;
	font-weight: 600;
}

h4 {
	font-size: 12px;
	font-weight: 600;
}

.footer {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}

a.footer:link {text-decoration: none; color: #000000;}
a.footer:active {text-decoration: none; color: #000000;}
a.footer:visited {text-decoration: none; color: #000000;}
a.footer:hover {text-decoration: none; color: #FFFFFF;}

