body
{
	font-family:			arial, helvelitca, sans-serif;
	background:				#C1C1C1;
	text-align:				center;
}

p
{
	font-size:				12px;
	
	margin-top:				5px;
	margin-bottom:			5px;
}

p.nav
{
	color:					#333366;
	
	font-weight:			bold;
}

.nav a:link
{
	color:					#333366;
	text-decoration:		none;
}

.nav a:hover
{
	color:					#333366;
	text-decoration:		none;
}

.nav a:active
{
	color:					#333366;
	text-decoration:		none;
}

.nav a:visited
{
	color:					#333366;
	text-decoration:		none;
}

img
{
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
}

img.title
{
	border-style:			none;
}

ul
{
	margin:					5px;
	
	list-style-type:		circle;
}

li
{
	margin:					0px;
}

div.maindiv
{
	width:					770px;
	text-align:				left;
}

table.maintable
{
	width:					770px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
}

.cont h1
{
	font-size:				18px;
	font-weight:			bold;
	color:					#000000;
	
	margin:					5px;
}

.cont h2
{
	font-size:				14px;
	font-weight:			normal;
	font-style:				italic;
	color:					#000000;
	
	margin:					5px;
}

.cont p
{
	color:					#333366;

	margin:					5px;
}

.cont a:link
{
	color:					#333366;
	text-decoration:		underline;
}

.cont a:hover
{
	color:					#000000;
	text-decoration:		none;
}

.cont a:active
{
	color:					#000000;
	text-decoration:		none;
}

.cont a:visited
{
	color:					#333366;
	text-decoration:		underline;
}

