html, body { margin: 10px; background-image: url(images/eggshell.jpg); background-repeat: repeat; }

.bg-blue { background-color: #093981; }
.bg-cream { background-color: #f6f6de; }
.bg-grey { color: #666666; }
.bg-purple { background-color: #A8007A; }
.box { background-color: #F6F6DE; border: 1px solid #A30072; }
.form { width:200px; font-size: 0.95em; font-family: Arial, Helvetica, sans-serif; }
.greyline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f6f6de;
}
h1 { font-family:'Times New Roman', Times, serif; }
h2 { font-family:'Times New Roman', Times, serif; }
h3 { font-family:'Times New Roman', Times, serif; }
h4 { font-family:'Times New Roman', Times, serif; }
h5 { font-family:'Times New Roman', Times, serif; }
.main-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #093981;
	border: 1px solid #A8007A;
	padding:5px;
}
.padding { padding:5px; }
.textblue { color: #093981; }
.textwhite { color: #ffffff; }

a.footer { text-decoration: none; color: #093981; }
a.footer:hover { text-decoration: none; color: #0042d1; }
a.kg { text-decoration: none; color: #0042D1; }
a.kg:hover { text-decoration: none; color: #A30072; }
a.brochure { text-decoration: none; color: #f6f6de; }
a.brochure:hover { text-decoration: none; color: #A8007A; }

#guildtext {font-weight:normal; margin-top:4px;font-size:0.8em}