/* Core Styles */

Filename: corestyles.css
Authors: David Brew, Donna Forrester
Version: 1.0

/* default style definitions for entire page */

html,body,div,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color:#666666;
	line-height: 1.4em;
}

body {
	background: repeat-y 50% 0;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	line-height: 1.4em;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-image: url(images/grey.gif);
}

#page {
	width: 700px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background-color: #ffffff;
	background-image: url(images/grey.gif);
	top: 20px
}

h1 {font:24px arial;
	color:#999999;
	line-height: 1.1em;}

h2 {font:14px arial;
	color:#336666;
	line-height: 1.1em;
	font-weight: bold;}
	
h3 {font:12px arial;
	color:#999999;
	line-height: 1.1em;
	font-weight: bold;}
	
h4 {font:20px arial;
	color:#336666;
	line-height: 1.1em;}



body {
	margin:0;
	}
	
td {
	font:12px arial;
	color:#999999;
	}
	
hr {
	height:1px; 
	color: #999999;
	border: 0;
	}


/* custom color properties */

a:link, a:visited, a:active {color:#cc0000;}
a:hover {color:#ff0000;}


/* default hyperlink styles */


a:link, a:visited, a:hover, a:active {font-weight: bold;
text-decoration:underline;
border:none;}


	
/* Class Styles */
	
.bodyText {
	font:10px arial;
	color:#666666;
	line-height:1.2em;
	margin-top:0;
	}
	
.pageName{
	font:18px arial;
	color: #666666;
	line-height:1.1em;
	}
	
.subHeader {
	font:12px arial;
	color: #666666;
	line-height:1.2em;
	}	

.detailText {
	font:11px arial;
	color:#666666;
	line-height:1.1em;
	}
	
.smallText {
	font:12px arial;
	color:#999999;
	}
	
