/* -- Layout and Positioning -- */
body {
		margin: -8px 0px 20px -8px;
		padding: 0px;
		background-color: #FFF;
		background-image: url(../images/layout/background_sub.gif); 
		background-repeat: repeat-x;
		}
		
.toptable {
		background-image: url(../images/layout/background_home.gif); 
		background-repeat: repeat-x;
}


/* -- Paragraph Styling -- */
h1 {
  	color: #09C;
	font-size: 22px;
	line-height: 110%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}

h2 {
	color: #C33;
	font-size: 15px;
	line-height: 125%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 4px;
	margin-left: 8px;
}

h3 {
	color: #09C;
	font-size: 12px;
	line-height: 125%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 0px;
	margin-left: 8px;
}

.body {
	color: #000;
	font-size: 12px;
	line-height: 140%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.subnav {
	color: #000;
	font-size: 11px;
	line-height: 125%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.small {
	color: #000;
	font-size: 10px;
	line-height: 130%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}

p.deep {
	margin-top: 2px;
	margin-right: 6px;
	margin-left: 14px;
	margin-bottom: 6px;
}

b {
	color: #039;
	font-weight: bold; 
}

b.subnav {
	font-size: 12px;
	color: #FFF;
	font-weight: bold; 
}

ul, ol {
	color: #039;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* -- Link Colors -- */
A:link { color: #09C; text-decoration: underline;}
A:hover { color: #039; text-decoration: underline;}
A:visited { color: #039; text-decoration: underline;}
A:active { color: #CC9; text-decoration: underline;}

A.white:link {color: #FFF; text-decoration: underline;}
A.white:hover {color: #FFF; text-decoration: underline;}
A.white:visited {color: #FFF; text-decoration: underline;}
A.white:active {color: #FFF; text-decoration: underline;}

