/* CSS Document */
* {
	margin:0;
	padding:0;	
}

html, body {	
	height:100%;	
}

body{  
  	/*background-color: #363636;*/
  	text-align: justify;
 	font-size: 12px;
  	font-family: Arial, Tahoma, Helvetical, Sans-Serif;
 	margin:0;
  	padding:0;
	background: #363636 url(../images/page_bg.png) repeat-x;
	color:#333333;
}

img{ border:0; }


p, td{
	font-family: Arial, Tahoma, Helvetical, Sans-Serif;
	font-size: 12px;
	color:#333333;
}

a {
	color: #D72007;
}
a:link {
	color: #D72007;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

TD, P, SELECT, INPUT, TEXTAREA {
	font-family: Arial, Tahoma, Helvetical, Sans-Serif;
	font-size: 12px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
#shadow {		
	position: absolute;
	top: 83px;
	float: left;
	height: 200px;
	width: 100%;
	background: url(../images/shadow_bg.png) repeat-x;
	z-index:999;
}
*/

#footer a:link, a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #D72007;
}
