/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:13.5pt;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:#fff;
	line-height: 13.5pt;
}

/*  Heading Formatting */
h1 {
	font-size:12pt;
	font-weight: bold;
	color: #6174E3;
}
h2 {
	font-size:12pt;
	font-weight: bold;
	color: #6174E3;
	font-style: italic;
}
h3 {
	font-size:10pt;
	font-weight: normal;
	color: #6174E3;
}
h4 {
	font-size:10pt;
	font-weight: normal;
	color: #6174E3;
	font-style: italic;
}
h5 {
	font-size:8.5pt;
	font-weight: normal;
	color: #6174E3;
}
h6 {
	font-size:8.5pt;
	font-weight: normal;
	color: #6174E3;
	font-style: italic;
}

/*links*/
a:link {
	color: #88BB21;
	text-decoration: none;
	font-weight: bold;
	line-height: 13.5pt;
}

a:hover {
	color: #6076ED;
	text-decoration: none;
	font-weight: bold;
	line-height: 13.5pt;
}

a:visited {
	color: #88BB21;
	text-decoration: none;
	font-weight: bold;
	line-height: 13.5pt;
}

a:active {
	color: #6076ED;
	text-decoration: none;
	font-weight: bold;
	line-height: 13.5pt;
}

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
