html { margin: 0px; }
body {
	height:100%; 
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
}

.headline { color: #CCCCCC; font-weight:bold; text-decoration:none;}
.title { font-weight: bold; color: #CCCCCC; font-size:12px; }

h1, h2, h3, h4, h5, th, thead, tfoot { color: #EB3200; }

h1 { font-weight: bold; font-size: 1.6em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
h2 { font-weight: bold; font-size: 1.4em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
h3 { font-weight: bold; font-size: 1.2em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
h4 { font-weight: bold; font-size: 1.1em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
h5 { font-weight: bold; font-size: 1em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
h6 { font-weight: bold; font-size: 1em; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
p, td { font-size: 1em; }

tfoot, thead { font-size: 1em; }	
		
th { font-weight: bold; font-size: 1em; }	
small { font-size: .9em; }	
big { font-size: 1.2em; }	
blockquote, pre { font-family: Courier New, monospace; font-size: 1em; }	
img { border: none; }

.Text {	 font-family: Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF; line-height: 16px; }
.TextGreen {  font-family: Arial, Verdana, Helvetica, sans-serif; color: #80D747; line-height: 16px; }
.TextGray {	font-family: Arial, Verdana, Helvetica, sans-serif; color: #C1C1C1; line-height: 16px; }
.BoxHeading { font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; color: #80D747; font-weight: bold; line-height: 16px; }
.BoxGray { font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;color: #C1C1C1; font-weight: bold; line-height: 16px; }

#vendor {
    padding: 5px;
	float:left;
	text-align:center;
	color: #666666;
	border: 1px solid #686868;
}

#vendor:active,
#vendor:hover {border: 1px; border-style:dotted; border-color:#80D747;}
