/* CSS Document */
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #999999;
	/*background-image: url(../images/web_bg.jpg);*/
	/*background-repeat: repeat-x;*/
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: bold;
}
b,strong {
	color: #000000;
}
p.terms {
	font-size: 9px;
}

p.white {
	color: #ffffff;
}
ol.terms {
	font-size: 9px;
}
b.terms {
	color: #0099CC;
	font-size: 9px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #FF6600;
}
h2 {
	font-size: 16px;
	color: #0000FF;
}
h3 {
	font-size: 16px;
	color: #FF6600;
}
h4 {
	font-size: 15px;
	color: #0000FF;
}
h5 {
	font-size: 14px;
	color: #FF6600;
}
	
a.link { 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
a.link:hover { 
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.orange { 
	color: #FF6600; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
a.orange:hover { 
	color: #FF6600;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	}

.form {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
}

