/* body elements */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
	line-height: 18px;
}
body {
	background: #000000 url('../images/bg_main.gif') no-repeat  top center;;
	margin-left: 0px;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link {
	color: #ED1E24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED1E24;
}
a:hover {
	text-decoration: underline;
	color: #ED1E24;
}
a:active {
	text-decoration: underline;
	color: #ED1E24;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E4E4E4;
	font-weight: normal;
}
h1 a:link {
	text-decoration: none;
	color: #ED1E24;
}
h1 a:visited {
	text-decoration: none;
	color: #ED1E24;
}
h1 a:hover {
	text-decoration: underline;
	color: #ED1E24;
}
h1 a:active {
	text-decoration: none;
	color: #ED1E24;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E4E4E4;
	font-weight: normal;
}
h2 a:link {
	text-decoration: none;
	color: #ED1E24;
}
h2 a:visited {
	text-decoration: none;
	color: #ED1E24;
}
h2 a:hover {
	text-decoration: underline;
	color: #ED1E24;
}
h2 a:active {
	text-decoration: none;
	color: #ED1E24;
}

img {
	border: none;
}


.copy {
	font-size: 10px;
	color: #5C5C5C;
}
A.copy:link {
	color: #5C5C5C;
	text-decoration: none;
}
A.copy:visited {
	text-decoration: none;
	color: #5C5C5C;
}
A.copy:hover {
	color: #E7E7E7;
	text-decoration: underline;
}
A.copy:active {
	color: #E7E7E7;
	text-decoration: none;
}

.copy a {
	color: #5C5C5C;
	text-decoration: none;
}
.copy a:visited {
	text-decoration: none;
	color: #5C5C5C;
}
.copy a:hover {
	color: #E7E7E7;
	text-decoration: underline;
}
.copy a:active {
	color: #E7E7E7;
	text-decoration: none;
}

/* html elements */

.container {

}
.menu {
	text-align: left;
	padding-bottom: 50px;
}
.menu img {
	border: none;
	display: inline;
}
.menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		margin-left: -13px;
		position: relative;
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;

	}
	.menu li {
		float: left;
		/*margin-left: 5px;*/
	}
	.menu a{
		color: #ffffff;
		text-decoration: none;
		padding: 3px 14px;
		display: block;
		border-right: #343434 2px solid;
	}
	.menu li a:hover {
		color: #EC2227;
		text-decoration: none;
	}
	.menu .act a {
	color: #EC2227;
}
.footer {
	padding: 3px;
	border-top:  #5C5C5C 1px solid;
	text-align: right;
}
ul.red {
	list-style-image:url(../images/li.gif);
}
.pbot {
	padding-bottom: 20px;
	text-align: left;
}
.hr {
	height: 1px;
	background: #5C5C5C;
	overflow: hidden;
}