/*		Created by		*/
/* ~~~~~~~~    E L E V E N      ~~~~~~~~*/
/* 	http://www.designeleven.com	*/
/* yellowish =  #C5D60C */
/* purple= #AA0096   */
/* grey = #A0A0A0 */

body, p, div, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}

a 
{
	text-decoration: underline;
	color: #FFFF00;
}

a:hover 
{
 	text-decoration: none;
	color: #C5D60C;
}

a:active 
{
	text-decoration: none;
	color: #FFFF00;
}

.footer
{
	font-size: 12px;
	color: #C5D60C;
}

H1
{
	font-size: 21px;
	color: #C5D60C;
}

H3
{
	font-size: 17px;
	color: #C5D60C;
}

H4
{
	font-size: 17px;
	color: #C5D60C;
}

hr {
 	color: #C5D60C;
	background-color: #C5D60C;
	height: 3px;	
}

.white
{
	color: #FFFFFF;
}

.yellow
{
	color: #FFFF00;
}

.header
{
	FONT-SIZE: 14px;
	font-weight: bold;
	color: #FFFF00;
}

.normalform 
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 9 pt;
}


.boxborder	
{
		border-color:#009900;
		border-style:solid;
		border-width:1;
}


#boxright
{	
	width:225px;
	float:right;
	padding-left:5px;
}