body 
	{
		background-color:#000000;
		color:#FFFFFF;
		text-align:center; 
		font-family:"Arial","Helvetica","sans-serif";
		font-size:16px;
		letter-spacing:.2px;
		line-height:120%;
		margin:1cm 1cm 1cm 1cm;
		float:none;
	}
	
.small
	{
		font-size:14px;
		line-height:105%;
	}
	
.small_75
	{
		font-size:14px;
		line-height:105%;
		width:75%;
	}
		
h1
	{
		color:#201565;
		font-size:16px;
		font-weight:normal;
		text-align:center;
	}

h2
	{
		color:#6C000A;
		font-size:16px;
		font-weight:normal;
	}

h3
	{
		color:#003B12;
		font-size:16px;
		font-weight:normal;
		
	}
h4
	{	color:#FFFF00;
		font-size:16px;
		font-weight:400;
		line-height:120%;
	}
	

	a:link {color:#ACACAC;text-decoration:none}
	a:visited {color:#B7B7B7;text-decoration:none}
	a:focus {color:#C2C2C2;text-decoration:underline}
	a:hover {color:#C2C2C2; text-decoration:underline}
	a:active {color:#B7B7B7;text-decoration:underline}


hr
	{
		color:#FFFFFF;
		height:1px;
		width:100%;
	}

img
	{
		border-color:transparent;
		border:0px;
		padding:2px;
		margin:2%;
	}
		
table.smallpad
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width:55%;
		padding:5px;
		/*margin-left:45%;*/
	}
table.smallestpad
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width: 42%;
		padding:5px;
		/*margin-left:58%;*/
	}

table.navigation
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width:100%;
		padding:2px;
	}
		
table.video
	{
	width:100%;
	padding:5px;
	text-align:right;
	border-spacing:5px;
	float:none;
	}
	

table.border
	{
		width:80%;
		text-align:center;
		border-top-color:#FFFFFF;
		border-top-style:solid;
		border-top-width:1px;
		padding:5px;
	}
	


		
