body
{
	background-color : #0066CC;
	background-attachment : fixed;
	background-repeat : repeat;
	font-family:arial;
*	background-image: url(images/back.gif);
	border : 0px solid;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:440px;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	font-size : small;
	color : white;
	border : 2px solid;
	background-image: url(images/back2.gif);
}

.menu a
{
	color : rgb(0,0,0);
	
}

.menu a:hover
{
	color : rgb(255,64,64);
	
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : #000066;
	color : white;
	border : 2px solid ;
	background-image: url(images/back2.gif);
}

.contentText
{
	text-align : center;
	color : white;
	background-color : #000066;
	border : 2px solid;
	background-image: url(images/back2.gif);
}

.footer
{
	background-image : url(images/redfilter.gif);
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

.title 
{
	border : 0px ;
}

.iframe
{
	color : white;
	text-align : left;
	background-color : #000066;

}

 a:link{
background-color: transparent;
color: #F40813;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited{
background-color: transparent;
color: #870006;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

a:hover{
background-color: transparent;
color: #FF0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

a:active{
background-color: transparent;
color: #FF0000;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;

}