body{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	background-image: url(images/bg2.gif);
	margin-top: 0px;
	color: #666666;
}
.border {
	border: 1px solid #CCCCCC;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #7AC146;
	text-decoration: underline;
	font-weight: bold;
	
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	font: bold 16px Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	
}

h4 {
	font-size: 16px;
	color: #78BF3F;
	letter-spacing: 1px;
}

.expanded {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	}


.style2 {color: #FF6600}

.style3 {
	color: #CC6600;
	font-weight: bold;
}


#footer {
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.small {
	font-size: 9px;
	color: #666666;
}

#footercontent {
	width: 725px;
	padding: .65em 2em;
}
#footer a {
	color: #666600;
	text-decoration: none;
}
#footer a:hover
{
	color: #CCCC66;
	text-decoration: underline;
}
	
#footer a:active
{
	color: #666666;	
}
	
#sidebar {

	color: #666666;
	font-size: 10px;
	text-align: left;
}
.list {
	list-style-type: lower-alpha;
}
