/*<!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:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
    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: #ffffff; 
	background-color: #000000;
}

body, table
{
	font-size: 12px;	
}


A:link, A:visited 
{
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

A:active, A:hover
{
	color: #CCFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h3
{	
	color: #ffffff;
	text-align: center;
}

h2
{
	color: #ffffff;
	margin: 0px;
	text-align: center;
}

h1
{
	color: #ffffff;
	text-align: center;
}

p
{
	text-align: justify;
}

hr
{
width: 75%;
}

#main
{
width: 750px;
border: 2px solid #ffffff;
background-color: #ffffff;
}

.collage
{
width: 750px;
text-align: center;
	background-color: #CCFFFF;
}

.content
{
width: 750px;
background-color: #ffffff;
padding: 10px;
}

.reverse
{
background-color: #ffffff;
padding: 1px;
font-size: 12px;
text-align: center;
color: #ffffff;
font-weight: bold;
}

.reverse h2
{
	color: #ffffff;
	text-align: center;
}


.line
{
background-color: #ffffff;
padding: 1px;
font-size: 12px;
text-align: center;
color: #999999;
font-weight: bold;
}

.line A:link, .line A:visited 
{
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.line A:active, .line A:hover
{
	color: #CCFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 


.tiny
{

	font-size: 10px;
	color: #ffffff;
}

.credit
{

	font-size: 10px;
	color: #666666;
	border-top: 1px solid #666666;
}


