/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol	{
	color: #222222;
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: 12px; 
	}

.form		{ 
	color: #162B73;
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: 12px; 
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #222222;
	font-family: Courier New, monospace;
	font-size: 10px; 
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: center;
	color: #162B73;
	}	

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #162B73;
	font-weight: bold;
	}	
		
a:hover	{
	text-decoration: underline;
	color: #0000F0;
	font-weight: bold;
	}	
		

H2	{
	font-size: 14pt; 
	letter-spacing: -1pt;
	color: #162B73; 
	font-style: italic; 
	font-weight: bold; 
	margin-bottom: 14px;
	}
	
H3	{
	color: #162B73; 
	font-size: 12pt; 
	text-decoration: none; 
	letter-spacing: -.50pt;
	font-weight: bold;
	font-style: italic; 
	}

/* NAVIGATION BUTTONS */

.button	{
	font-size: 13px; 
	color: #F0F0F0; 
	text-align: left;

	}
.button a:link,.button a:visited 	{
	color: #8E8679;
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
	display: block; 
	padding-left: 25px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}

.button a:hover,.button a:active {
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
	display: block; 
	background-repeat: repeat-x; 
	border-top-width: 1px; 
	background-color: #010066;
	padding-left: 25px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}


/* COPYRIGHT FOOTER */
.footer td	{
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 12px; 
	color: #222222;
	font-weight: bold;
	}

.footer a:link,
.footer a:visited	{
	font-size: 12px; 
	color: #222222;
	text-decoration: none;
	}

.footer a:hover,
.footer a:active	{
	font-size: 12px; 
	color: #EEEEEE;
	text-decoration: underline;
	}

.label-r	{
	text-align: right;
	font-size: 85%;
}

.sidebar	{
	background-color: #22221C; 
	background-image: url('../images/sidebar_right.jpg'); 
	background-repeat: repeat-x; 
     background-position: left top;
}

.bdr1 {
	border: 1px #22231C solid;
}

.alphalist, .alphalist a:link, .alphalist a:visited	{
	padding: 2;
	background-color: #22221C;
	color: #FFFFFF;
	text-align: center;
	font-size: 105%;
	text-decoration: none;
	display: block;
	width: 10px;
}

.alphalist a:hover	{
	padding: 2;
	background-color: #22221C;
	color: #FFFF00;
	text-align: center;
	font-size: 105%;
	text-decoration: none;
	display: block;
	width: 10px;
}
