.header {
	font-family: Verdana;
	color: #CC0000;
	background-color: #000099;
	top: 500px;
}

p {
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
}

p.center {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
}

h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

body {
	background-image: url(Pics/Layout/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p.maintext {
	font-family: "Maiandra GD";
	font-size: 11px;
	text-align: center;
}

.borderall {
	border: 1px solid #000000;
}

.aligncenter {
	text-align: center;
	font-size: 13px;
}

.linkstyle1 a:link {
	text-decoration: underline;
	color: #000000;
}

.linkstyle1 a:visited {
	text-decoration: underline;
	color: #000000;
}

.linkstyle1 a:active {
	text-decoration: underline;
	color: #000000;
}

.linkstyle1 a:hover {
	text-decoration: underline;
	color: #FF0000;
}