/*
body { 
 font-family: Helvetica, Arial;
 font-size: 12px;
}
*/

body{
	font: 11px/18px "Courier New", Courier, monospace;
	font-size: 0.8em;
	text-align: center;
	color: #000;
}

img {}

a {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #fff;
} 


.red {
 color: #a51724;
}


#content p {
	text-align: left;
	margin-left: 10px;
}

h1,h2,h3,h4,h5{ }
h1{ 

 }
h2{
 font-size: 14px; 
 line-height: 14px;
 margin-top: 5px;
 margin-bottom: 0px;
 }
h3{ }
h4{ }
h5{ }
p{ }

#content h3 {
	text-align: left;
	margin-left: 10px;
	font-size: 18px;
	margin-bottom: 0;
}

#content form {
	text-align: left;
}

#content label {
	margin-bottom: 0;	
}

 #category-text p, #category-text span{
 	text-align: left;
 }