/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/

body {
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#678EC4;
	scrollbar-arrow-color:#678EC4;
	scrollbar-track-color:#678EC4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    /*margin: 0 0 15px 0;*/
    padding: 0px;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #000000;
	background: url("images/back.gif");
}

body, table
{
	font-size: 12px;	
}


A:link, A:visited 
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

A:active, A:hover
{
	color: #325B94;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h3
{	
	color: #000000;
	text-align: center;
}

h2
{
	color: #325B94;
	margin: 0px;
	text-align: center;
}

h1
{
	color: #325B94;
	text-align: center;
}

p
{
	text-align: justify;
}

hr
{
	width: 75%;
}

#main
{
width: 700px;
border: 2px solid #000000;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}

.collage
{
width: 700px;
text-align: center;
background-color: #000000;
background: url("images/back.gif");
}

.highlight
{
	color: #FF0000;
}

.content
{
width: 700px;
border: 2px solid #000000;
background-color: #ffffff;
padding: 10px;
text-align: center;
}

.content A:link, .content A:visited 
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.content A:active, .content A:hover
{
	color: #325B94;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 


.reverse
{
background-color: #000000;
padding: 1px;
font-size: 12px;
text-align: center;
color: #ffffff;
font-weight: bold;
}

.reverse h2
{
	color: #ffffff;
	text-align: center;
}


.line
{
background-color: #000000;
padding: 3px;
font-size: 12px;
text-align: center;
color: #999999;
font-weight: bold;
}

.line A:link, .line A:visited 
{
	color: #F2DA79;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.line A:active, .line A:hover
{
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
} 

.images
{
	border: solid 2px #666666;
	margin: 5px;
	padding: 4px;
	background-color: #f8f8f8;
}	


.tiny
{

	font-size: 10px;
	color: #000000;
}

.credit
{

	font-size: 10px;
	color: #666666;
	border-top: 1px solid #666666;
}

