/* Standard Elements */
a {
	text-decoration: underline;
	color: #000066;
	text-transform: capitalize;

}

a:hover {
	color: #FFFFCC;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
	text-align: center;

}
h3 {
	text-transform: capitalize;
	font-size: 24px;
}
body {
	background-color: #D6D6D6;
	margin: 0px;

}
.tablestyle {
	background-color: #7280AF;
	color: #FFFFFF;
	border-top: #16337A;
	border-right: 3px solid #16337A;
	border-bottom: #16337A;
	border-left: 3px solid #16337A;


}
.warningtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	font-weight: bold;
	padding: 8px;
	text-align: center;

}
.sitetitle {
	font-family: Impact;
	font-size: 33px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: lighter;
	font-style: italic
}
.imgborder {
	border: 2px solid #FF0000;
}
/* warntext */
.warntext p {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.warntext a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.warntext a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
