/* CSS (Cascading Style Sheets) */

/* Following is for all HTML documet*/


.bodyfont {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#000000;
}



.stroke {

	border: 1px dashed #000000;

}



.blur{	background-color: #ccc; /*shadow color*/

	color: inherit;

	margin-left: 4px;

	margin-top: 4px;

}



.shadow,.content{

	position: relative;

	bottom: 2px;

	right: 2px;

}



.shadow{	

	background-color: #666; /*shadow color*/

	color: inherit;

}



.content{

	background-color: #fff; /*background color of content*/

	color: #000; /*text color of content*/

	border: 1px solid #000; /*border color*/

	padding: .5em 2ex;

}

.bigtext {
	font-size: 21px;
	
	}

body {

	background-image: url('images/background.gif');

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.innerbody{
	background-color:#000000;
	}


td {

	padding: 0.2cm	;

}



td.nopadding{

	padding: 0cm;

	}




A:link {

	COLOR: #99CC00; 

	TEXT-DECORATION: none;
	}

A:hover {

	COLOR: #99CC00; 

	BACKGROUND-COLOR: #000000; 

	TEXT-DECORATION: underline;

}



A:visited {

	COLOR: #99CC00; 

	TEXT-DECORATION:none;

}
A:hover {

	COLOR: #99CC00; 

	TEXT-DECORATION:underline;

}

H1{
	color:#FFFFFF;
	text-align:center;
	}
H4{
	font-size:16px;
	font-weight:bold;
	}

p.bottom{
text-align: center;
font-size: 13px;
}