/* 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);

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	font-size: 8pt;
	color: #333333;
	line-height: 12pt;
}

p strong {
	font-weight: bold;
	color: #FF9900;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
}
/* COLOUR SCHEME */

/* --------------------------
Default text coluors
--------------------------*/

body {
	color: #000;
}

a {
	color: #FF9900;
	text-decoration: none;
}
h1  {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
}

/* --------------------------
H tags
--------------------------*/

h1, h2, h3, h4, h5, h6{
color: #FF9900;
}

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#fff;
}

/*links*/
a:link {
	color: #FF9900;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #FF9900;
}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */