/* CSS Document */

body
{	
	background-color: #2E3DAE;	
}

table, td
{
	font-family: arial, helvettica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}

/* Text and Paragraphs */
p
{
	line-height: 18px;
	margin-top: 0px;
}

b
{
	
}

i
{
	color : #FFFF66;
}

.yellow
{
	color : #FFFF66;
}

.green
{
	color : #26BB3D;
}

div.content
{
	width: 90%;
}

/* Links */

a:link, a:active, a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #AAAAAA;
}


/* Headings and Titles */
H1
{
	Font-size: 22px;
	margin: 0px 0px 0px 0px;
}
H2
{
	Font-size: 18px;
	margin: 0px 0px 0px 0px;
}
H3
{
	Font-size: 16px;
	margin: 0px 0px 0px 0px;
}
H4
{
	Font-size: 14px;
	margin: 0px 0px 0px 0px;
	color : #FFFF66;
}
H5
{
	Font-size: 12px;
	margin: 0px 0px 0px 0px;
}
H6
{
	Font-size: 10px;
	margin: 0px 0px 0px 0px;
}

/* Tables and Cells */



/* Lists*/
ul
{
	list-style-image : url(http://www.aalegalservice.com/images/list_star.gif);
	line-height: 18px;
	list-style-position : outside;
}


/* Forms and Buttons */
input.textbox
{
	
}

input.button
{
	
}





