/* CSS Document */

H1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15;
	font-weight: Bold;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:15;
	font-weight: normal;
}
body {
	background-color:#CCCCCC;
}
a {
	text-decoration:none; 
	font-weight: bold; 
	color:#03F; 
} 

a:hover {
	text-decoration:underline; 
	font-weight: bold; 
	color : #000000;
} 
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;

}
.lefttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-align:left;
}
.boldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
}
.redboldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-align: center;
	color:#900;
}
.brownboldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#633;
	font-weight: bold;
	text-align: center;
	
}

.sm_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration:none;
}

/**************** Pseudo classes ****************/ 
.link {
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#03F;
	text-decoration: none;
}

.link a{
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
		color:#03F;
	text-decoration: none; 

}
.link a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#03F;
	text-decoration: none; 
}
.link a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	display: block; 
	color: #000000; 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #5C5C5C; 
}

.link a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: rgb(255, 0, 102); 
	font-weight: bold; 

}
.link2 {
font-size: x-small;
font-family:Arial, Helvetica, sans-serif;
	color:#03F;
text-decoration: none; 
font-weight:bold;
}

.link2 a{
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#03F;
	text-decoration: none; 
	font-weight:bold;
}
.link2 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#03F;
	text-decoration: none; 
	font-weight:bold;
}
.link2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000; 
	font-weight: bold; 
}
/************************* ID's *************************/ 
/* ID Styles */

/************************* ID's *************************/ 
#navigation td {
	border-bottom: 1px solid #B58B79;
	background: #E5E5E5;
	}
	
#navigation a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #03F;
	line-height:16px;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:4px 4px 4px 6px;
	font-weight:normal;
	}
	
#navigation a:hover {
	background: #ffffff;
	color:#003366;
	font-weight:bold;
	}

#table{
	padding:10px;
	spacing:10;
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-color:#666;
	border-width:thin;
	width:946;
}

