/*Style Sheet for NWCRR 2003*/
/* (c) EEF 2002 */




H1, H2 {
	font-weight: bolder
	font-size: smaller
}

A {
	text-decoration: none;
	color: blue;
}

A:Active{
	text-decoration: none;
	color: red;
}
	
A:Hover {
	text-decoration: underline;
	color: Red;
	}	

.title {
	font-size : 24px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	color: #092062;
	text-align: left;
	padding-left: 10px;
}

.subtitle {
	font-size : 18px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	text-align: left;
	padding-left: 10px;
}
.text {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	border-collapse : collapse;
	border-color : #092062 #092062 #092062 #092062;
	border-bottom-style : inherit;
	text-align : justify;
	padding-left: 10px;
	padding-right: 2px;

}
.sidebar{
	border-left:thin outset White; 
	border-right:thin outset #999999; 
	border-top:thin outset White; 
	border-bottom:thin outset #999999; 
	font-weight: bold; 
	font-family : "Arial, Helvetica";
	color: #092062;
	text-align: left;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 12;
	

}

.sidebar a:link{
	color: #092062;
}

.sidebar a:visited {
	color: #092062;
}
	
.sidebar a:active{
	color: #092062;
}
	
.sidebar a:hover{
	color: #092062;
	text-decoration: none;
}	
.button{
	border-left: thin outset White; 
	border-right: thin outset #999999; 
	border-top: thin outset White; 
	border-bottom: thin outset #999999; 
	font-weight: bold; 
	font-family : "Arial, Helvetica";
	color: #092062;
	text-align: center;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 18;
}

.button a:link{
	color: #092062;
}

.button a:visited {
	color: #092062;
}
	
.butonn a:active{
	color: #092062;
}
	
.button a:hover{
	color: #092062;
	text-decoration: none;
}
.table {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	border-collapse : collapse;
	border-color : #092062 #092062 #092062 #092062;
	margin: 10px;
	padding: 3px 3px 3px 3px;
}

.tabletop {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	color : #DCDCDC;
	background : #092062;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
}

.sidebarHigh{
	font-weight: bold;
	text-align: left;
	background-color : Silver;
	color : Black;
	text-decoration : blink;
}	
.sidebarHigh a:link{
	color: black;
	text-decoration : blink;
}

.sidebarHigh a:visited {
	color: Black;
}
.sidebarHigh a:active{
	color: red;
	background-color: white
}
	
.sidebarHigh a:hover{
	color: red;
	text-decoration: none;
	background-color: #FFFF65;
}	
.fronti{
	font-family : "Bookman Old Style","Time New Roman";
	text-align : center;
	font-size : 14px;
}		