body {
	background-color: #414141;
}

td {
	color: #8a8a8a;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

.style1 {
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: .1em;
}

.style2 {
	color:#003399;
	line-height: 20px;
}

a {

font: normal 11px Tahoma, Arial;
color: #8a8a8a;
text-decoration: none;
line-height: 12px;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #8a8a8a;
text-decoration: underline;
line-height: 12px;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}

/** MENU */

#menu {
	float: left;
	background-color:#222222;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal
}

#menu li {
	float: left;
	height: 23px;
	padding: 9px 33px 0px 33px;
}

#menu a {
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #660000;
}

#menu .active a {
	color: #CCCCCC;
}

/** PAGE */

#page {
	padding: 10px;
	background-color: #222222;
}

#page2 {
	padding: 10px;
	background-color: #222222;
}

#page2 a {
	color:#CCCCCC;
	line-height: 16px;
}

#page2 a:hover {
	line-height: 16px;
	text-decoration:underline;
}



/** FOOTER */

#footer {
	
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #AFAFAF;
}

#footer a:hover {
	color: #333333;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
