@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	color: #000000;
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	margin: 10px;
}	


.header {
	color: #990033;
	font-family: verdana, arial, sans serif;
	font-size: 14px;
	font-weight: bold;
}	

.headerleft {
	color: #990033;
	font-family: verdana, arial, sans serif;
	font-size: 14px;
	font-weight: bold;
}	

.subheaderleft {
	color: #770022;
	font-family: verdana, arial, sans serif;
	font-size: 12px;
	font-weight: bold;
}

.content {
	color: #000000;
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}


.maintxt {
	padding-left: 20px;
	padding-right: 40px;
}

.actionframe {
	margin-left: 20px;
}

.leftnav {
	color: #FFFFFF;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
	line-height: 20px;
	padding-left: 15px;
}


A:link { color: #336699; 
    text-decoration: underline; 
    font-weight: bold;  }
    
A:visited { color: #336699; 
    text-decoration: underline; 
    font-weight: bold;  }

A:active { color: #6699FF; 
    text-decoration: underline; 
    font-weight: bold; }
    
A:hover { color: #6699FF; 
    text-decoration: underline; 
    font-weight: bold;  } 
    
    
A.nav:link { color: #99FFFF; 
    text-decoration: none; 
    font-weight: bold;  }
    
A.nav:visited { color: #99FFFF; 
    text-decoration: none; 
    font-weight: bold;  }

A.nav:active { color: #99FFFF; 
    text-decoration: underline; 
    font-weight: bold; }
    
A.nav:hover { color: #99FFFF; 
    text-decoration: underline; 
    font-weight: bold;  } 
    
A.nonav {
	color: #CCCCCC;
    text-decoration: none;
	font-weight: bold; }

A.nonav:visited { color: #CCCCCC; 
    text-decoration: none; 
    font-weight: bold;  }

A.nonav:active { color: #CCCCCC; 
    text-decoration: underline; 
    font-weight: bold; }
    
A.nonav:hover { color: #CCCCCC; 
    text-decoration: underline; 
    font-weight: bold;  } 
    
    
    

A.grey:link { color: #6699FF; 
    text-decoration: none; 
    font-weight: bold;  }
    
A.grey:visited { color: #6699FF; 
    text-decoration: none; 
    font-weight: bold;  }

A.grey:active { color: #6699FF; 
    text-decoration: underline; 
    font-weight: bold; }
    
A.grey:hover { color: #6699FF; 
    text-decoration: underline; 
    font-weight: bold;  }     
 
 
.leftcontent {
	color: #FFFFFF;
	font-family: arial, verdana, sans serif;
	font-size: 11px;
	margin: 10px;
}
    
.input {
 
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #006666;
	border-right-color: #006666;
	border-top-color: #666666;
	border-color: #006666;
	height: 17px;
	width: 150px;
	color: black;
	font-family: arial, sans-serif;
	background-color: #FFFFFF;
}

