/* Template - CSS Unique to a site */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url("/Images/back.gif");
}

table {
	font-size:14px;
	font-weight: bold;
}

ul {
	margin-top:2px;
	margin-bottom: 4px;
}

a:link { color: #D61C70; }
a:active { color: #D61C70; }
a:visited { color: #D61C70; }
a:hover { color: #EBC367; }

/* End Template Buttons */

/* Headers! */
h1 {
	color: #D61C70;
	margin: 2px;
	font-size:22px;
}

h2 {
	color: #D61C70;
	margin: 2px;
	font-size:18px;
}

h3 {
	color: #D61C70;
	margin: 2px;
	font-size:16px;
}

h4 {
	color: #D61C70;
	margin: 2px;
	font-size:14px;
}

h5 {
	color: #D61C70;
	margin: 1px;
	font-size:12px;
}

/* End Headers */

/* Sub-Headers */
.SubH1 {
	color: #D61C70;
	font-size: 18px;
	font-style:italic;
	margin: 2px;
}

.SubH2 {
	color: #D61C70;
	font-size: 15px;
	font-style:italic;
	margin: 2px;
}

.SubH3 {
	color: #D61C70;
	font-size: 14px;
	font-style:italic;
	margin: 2px;
}

.SubH4 {
	color: #D61C70;
	font-size: 12px;
	font-style:italic;
	margin: 2px;
}

.SubH5 {
	color: #D61C70;
	font-size: 11px;
	font-style:italic;
	margin: 2px;
}
/* End Sub-Headers */
