<style type="text/css">


body,
	html {
		margin				:	0;
		padding				:	0;
	
	}

body {
		background			: 	#000000;
		background-position	: 	top center;
		text-align			:	center;
		font-family			: 	Times, Verdana, Tahoma, Arial, sans-serif;
		font-size			: 	14px;
		background-image	: 	url(images/bg.jpg);
		color				:	#333333;	
	}
	
.header {
		background-color : 	#FFFFFF;
		width	  		 : 	760px;
		clear			 :	both;
		margin			 :	0;
		padding			 :	0;
		padding-bottom 	 :  20px;
		
	}

 .content {
		margin				:	0 auto;
		width				:	760px;
		background-color 	: 	#FFFFFF;
		border				: 	solid black;
		border-width		: 	8px;
	}

.centercontent {
		background-color	:	#FFFFFF;
		width				: 	720px;
		text-align			: 	left;
		padding				:  	20px;
		margin-bottom		:   20px;

	}
	
.leftcontent {
		background		:	#FFFFFF;
		width			: 	240px;
		text-align		:	left;
		float			:   left;
		padding-left	:   10px;
		padding-right	:   10px;		
	}

.rightcontent {
		background-color	:	#FFFFFF;
		width				: 	440px;
		float				: 	right;
		padding-left		:   10px;
		padding-right		:   10px;
}
		
p  {
	font-family		: Times, Verdana, Tahoma, Arial, sans-serif;
	font-size		: 14px;
	color			: #000000;
	font-weight		: normal;
}

h1  {
	font-family		: times, Verdana, Tahoma, Arial, sans-serif;
	font-size		: 18px;
	color			: #302873;
	font-weight		: bold;
}


h2  {
	font-family		:   Times, Verdana, Tahoma, Arial, sans-serif;
	font-size		:   14px;
	color			:   #000000;
    font-weight		:   bold;
}

h3  {
	font-family		: Times, Verdana, Tahoma, Arial, sans-serif;
	font-size		: 12px;
	color			: #AA1C2C;
	font-weight		: bold;
}

h4  {
	font-family		: Times, Verdana, Tahoma, Arial, sans-serif;
	font-size		: 14px;
	color			: #9F3518;
	font-weight		: bold;
	text-decoration	:  italic;
}

.footer {
		background-color : 	#FFFFFF;
		width	  		 : 	730px;
		font-family		 :  Verdana, Tahoma, Arial, sans-serif;
		font-size		 : 	10px;
		font-weight		 : 	normal;
		clear			 :	both;
		margin			 :	0 auto;
		padding-top		 :  20px;
	}


.bold {
	font-family		: Times, Verdana, Tahoma, Arial, sans-serif;
	color			: #000000;
	font-weight		: bold;
}



a:link {
	color				: 	#302873;
	font-weight			:	bold;
	text-decoration		: 	underline;
	
}

a:visited {
	color				: 	#302873;
	font-weight			:	bold;
	text-decoration		: 	none;
	

}


a:hover {
	color				: 	#110E2C;
	font-weight			:	bold;
	text-decoration		: 	underline;
	
}




.class1 a:link {
	color				: 	#1F579A;
	font-weight			:	bold;
	text-decoration		: 	none;
	font-size			: 	10px;
}


.class1 a:visited {
	color				: 	#1F579A;
	font-weight			:	bold;
	text-decoration		: 	none;
	font-size			: 	10px;

}

.class1 a:hover {
	color				: 	#7CAEE9;
	font-weight			:	bold;
	text-decoration		: 	underline;
	font-size			: 	10px;
}



.class2 a:link {
	color				: 	#302873;
	text-decoration		: 	none;
	font-size			: 	10px;
}


.class2 a:visited {
	color				: 	#302873;
	text-decoration		: 	none;
	font-size			: 	10px;

}


.class2 a:hover {
	color				: 	#000000;
	text-decoration		: 	underline;
	font-size			: 	10px;
}




.white {
	color				: 	#FFFFFF;
}



.title {
	color				: 	#FFFFFF;
    font-weight			:	bold;
}

.no_repeat {
	background-repeat	: 	repeat-x;
}

.floatright
{
float: right;
margin: 10px 10px 10px 10px;
background-color: white;
padding: 10px;
border: 1px #cccccc solid;
}


.floatleft
{
float: left;
margin: 10px 10px 10px 10px;
background-color: white;
padding: 10px;
border: 1px #cccccc solid;
}

.floatleftnoline
{
float: left;
background-color: white;


}

.floatrightnoline
{
float: right;
background-color: white;


}
table.info {
	font-family		: Times, Verdana, Tahoma, Arial, sans-serif;
	font-size		: 14px;
	color			: #000000;
	font-weight		: normal;

}
</style>