@charset "UTF-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

html, body
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;

}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0px;
	color: #000;
	line-height:17px;
	font-size:12px;	
	background-image:url(../images/aajee_logo.jpg); 
	background-position:center 100px; 
	background-repeat:no-repeat; 
}
a
{
	color: #000;
	text-decoration:none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}
h1
{
	font-size: 24px;
	font-weight:normal;
	color:#83b817;
}


h2
{
	font-size: 15px;
	font-weight:normal;
	color:#83b817;
	display:inline;
	background-repeat:no-repeat;
}

ol
{
	margin-left:18px;
}


.container
{
	position:absolute;
	width:600px;
	height:100%;
	display:block;
    left: 50%;
    margin-left: -300px;
	padding-top:250px;
	padding-left:15px;

}
