@charset "UTF-8";
@import url('look_and_feel.css');

/* Default
=========================================================================*/
body {
	margin:0; padding: 0; 
	font-family: Verdana, Helvitica, Arial, Sans-serif;
	font-size: 11px;
	color: #8b8b8b;
	background: #aad733 url(../images/bg.gif) repeat-x;
}

p {
	text-align: justify;
	margin: 0 6px 15px 4px;
	line-height: 1.5;
}

p.right {
	margin: 0 0 15px 0;
	line-height: 1.5;
	text-align: right
}
	
p.center {
	margin: 0 0 15px 0;
	line-height: 1.5;
	text-align: center
}

h1 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	padding-top: 0;
	margin: 0;
	display: inline-block;
	padding-bottom: 10px;
	color: #2A6D9A;
}
	
h2 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #2A6D9A;
	margin-bottom: 5px;
	}
	
h3 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
h4 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	}
strong
{
	color: #0066B3;
}
a, a:visited
{
	text-decoration: none;
	color: #0066B3;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	color: #999999;
}

form
{
	margin: 0;
	padding: 0;
}