html {background:#3A3A3A;}
HTML, BODY {height: 100%; margin: 0; padding: 0; }
body {padding:0;
	  margin:0 auto;
	  min-height:100%;
	  }
html,body, table, td {font-family:Verdana, Tahoma, Arial;
						font-weight: normal;
						font-size: 12px;
						color: #ccc; }
table {border:0px; /* border="0" */
	   border-collapse:collapse; /* cellspacing="0" */
	   padding:0px; margin:0px;
	   }
table td, table tr {padding:0px;
					vertical-align:top;
					margin:0px;
					text-align:left;
					}
img {border-style:none}
/*Links */
a { color:#DE002C; 
	text-decoration:underline;
	font-size: 12px;
	font-family:Arial;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
a:visited {  }
h1,h2,h3,h4,h5,h6 {padding:0; margin:0; font-weight:normal;}
h1 {font-family:Times New Roman;
	font-size:24px;
	color:#FFF;
	font-weight:normal;
	padding:15px 0 20px 0;
	}
h2, h4, h2 a {
        font-size:14px;
	font-weight:bold;
        color:red;
	}
h3 { background:url('/stylesheets/images/red_line.gif') no-repeat 0 100%;
	 width:269px; 
	 font-family:Times New Roman;
	 font-size:14px;
	 height:30px;
	 padding-left:10px;
	 margin-bottom:11px;
	 }
h4 {padding-bottom:10px;
	margin-left:15px;
	}
form, input {border: 0 none;
	  padding:0; margin:0;}


