/* CSS Document */

.border
	{
	position:absolute;
	width: 500px;
	height: 336px;
	margin-left:-250px;
	margin-top:-168px;
	border: 3px double #000000;
	left: 500;
	top: 336;


	}

.leftrightborder
	{
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #000000;
	border-left-color: #000000;
	}
	
body	{
	background: #CCCC99 url(../images/b.gif) bottom left fixed repeat-x;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996600;
	text-align:  left;
	font-style: normal;
	text-decoration: underline;
	}
	
a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996600;
	text-align:  left;
	font-style: normal;
	}
	
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align:  left;
	font-style: normal;
	text-decoration: underline;
	}
	
a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align:  left;
	font-style: normal;
	text-decoration: underline;	}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	}
	
.footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	}
	
.footer a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:  left;
	font-style: italic;
	text-decoration: underline;
	}

.footer a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:  left;
	font-style: italic;
	}
	
.footer a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:  left;
	font-style: italic;
	text-decoration: underline;
	}
	
.footer a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:  left;
	font-style: italic;
	text-decoration: underline;	}
