<!-- 
THINGS TO BE NOTED FOR THIS PAGE 
------------------------------------------

Use of individual lines for each styling

Consistent order of styling for ease of identification/modification

Proper use of adding a class to a hyperlink for cross-browser compatibility

Removal of "font-size" in hyperlinks, bold, italic, span, etc. to allow these stylings on various font sizes

Inclusion of strong, em, etc to accomodate the WYSIWYG editor in our CMS

Inclusion of "display: inline;" for the form elements to prevent spacing

Inclusion on body and .admin of "background-color", "background-image", and "background-repeat" when/if necessary

Add classes to be used as background colors, images for <tr>/<td> tags when/if necesary

------------------------------------------
 -->

A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0033cc;
}

A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

A:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#000066;
}

A.extra:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0066;
}

A.extra:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0066;
}

A.extra:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0066;
}

BODY {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	
}

.admin {
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #ffffff;
	background-image: url(images/admin-bg.jpg);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: #ccffcc;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ccffcc;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ccffcc;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-track-color: #ffffff;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: normal;
	color: #000000;
}

BLOCKQUOTE {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}

P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

B {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

STRONG {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

I {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

EM {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

U {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

SPAN {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

UL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

OL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.tiny {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

INPUT {
	font-family: monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	display: inline;
}

FORM {
	font-family: monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	display: inline;
}

.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

.titleheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}