body 
{
	font:12px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333333;
}

a:focus 
{
	outline:1px dotted invert
}

hr 
{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

h1 
{
	
}

h2 
{
	font-weight: normal;
	font:24px/1.3 Georgia, serif;
	color: #c00017;
	margin-top: 24px;
}

h3 
{
	font-size:13px;
	line-height: 2.1em;
	border-bottom: 1px dotted #000;
	color: #000;
}

#box_body h3
{
	color: #c00017;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

h4 
{
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

h5 
{
	font-size:17px
}

h6 
{
	font-size:15px
}

ol 
{
	list-style:decimal
}

ul 
{
	list-style:square
}

li 
{
	margin-left:30px
}

a
{
	color: #c00017;
}

a:hover
{
	text-decoration: none
}

p, dl, hr, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset 
{
	margin-bottom:18px
}

