input {
	color : #ffffff;
	font-size : 16px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.style2 {
	color: #2c564D;
	font-size : 18px;
	font-weight: bold;
}
.style1 {
	color: #6D0000;
	font-size : 18px;
	font-weight: bold;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 16px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #6D0000;
}
p a:hover {
	color : #2c564D;
}
.nav {
	color : #6D0000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 16px;
	font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
.nav a {
	color : #6D0000;
	text-decoration: none;
}
.nav a:hover {
	color : #ffffff;
}

.footer {
	color : #D0D0B0;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 14px;
	font-weight: normal;
	font-family : Tahoma,Verdana,Arial;
}
.footer a {
	color : #808080;
	text-decoration: none;
}
.footer a:hover {
	color : #D0D0B0;
}
img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}
	
