body {
	color: #2e2e2e;	
	font-size: 11px;
	line-height: 13px;	
	font-family: tahoma, arial, helvetica, sans-serif;
	background: #f3f3f3 url(images/page_bg.jpg) repeat-x;	
	background: #ededed url(images/page_bg.jpg) repeat-x;
	margin: 0px;
}

p, td
{
color: #2e2e2e;	
font-size: 11px;
line-height: 13px;
margin: 25px;	
}

ul, li
{
color: #2e2e2e;	
font-size: 11px;
line-height: 13px;
margin-right: 25px;
margin-left: 25px;		
}

h1
{
padding-left: 30px;
color: #666666;	
font-size: 13px;
height: 22px;
margin-left: 25px;
margin-right: 25px;
background: url(images/bullet_h1.jpg) no-repeat;
}

h2
{
padding-left: 30px;
color: #666666;	
font-size: 11px;
height: 28px;
margin: 25px;
background: url(images/bullet_h2.jpg) no-repeat;
}

a
{
color: #053b72;
text-decoration: none;	
}

a:hover
{
color: #053b72;
text-decoration: underline;	
}

form
{
font-size: 11px;
line-height: 12px;	
}

input {
width: 180px;
height: 20px;
font-size: 12px;
margin-left: 20px;
padding-top: 4px;
padding-left: 4px;
border: 1px solid #dcdcdc;
background: #fafafa;
}

textarea {
font-size: 12px;
margin-left: 20px;
padding-top: 4px;
padding-left: 4px;
border: 1px solid #dcdcdc;
background: #fafafa;
}

input.submit {
width: 80px;
height: 25px;
font-size: 12px;
margin-left: 160px;
padding: 4px;
border: 1px solid #dcdcdc;
background: #fafafa;
}