/* CSS Document */

body
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url(../images/background.jpg);
}
.copyright
{
	color: #FFFFFF;
}
.bottomlink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.white
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.title
{
	color: #990000;
	font-size: Small;
	font-weight: bold;
}
.link
{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.btn {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: medium none; 
	WIDTH: 65px; 
	COLOR: #ffffff; 
	BORDER-BOTTOM: medium none; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #990000; 
	TEXT-ALIGN: center;
}
h2
{
	color: #990000;
	font-size: larger;
}
.table
{
	background-color: #DDE1D6;
	color: #000000;
}
.table1
{
	background-color: #CCCCCC;
}
input.text	
{ 
	border: solid 1px; 
	border-color: #990000;
	border-top-color: #990000; 
	padding: 2px; 
}
textarea.text 
{ 
	border: solid 1px; 
	border-color: #990000; 
	border-top-color: #990000;
	padding: 2px; 
	color: #000000; 
}

jumpmenu.text
{
	border: solid 1px; 
	border-color: #990000; 
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding: 2px; 
	color: #000000;
}.pic-float_L {
	float: left;
	border: 1px solid #575757;
	padding: 5px;
	margin: 5px;
}
.pic-no_float {

	float: none;
	border: 1px solid #575757;
	padding: 5px;
	margin: 5px;
}
.slate-back {
	background-color: #5A5A5A;
}
.float_L_nobord {
	float: left;
}
.border_black {
	border: 2px solid #000000;
}

.button a:link, .button a:visited {
	width: 240px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	background-color: #E2E2E2;
	padding:0.2em;
	line-height:12px;
	border:1px solid #7C0B43;
	text-decoration:none;
	display:block;
	color: #CC0033;
	margin-bottom: 10px;
	margin-top: 10px;
}
.button  a:hover, .button a:active {
	background-color: #999999;
	color: #FFFFFF;
}
