/******************** Universal Styles ********************/
/***********************************************************/
body	{
	margin:		0;
	padding:	0;
	font-family: arial, Helvetica, sans-serif;
	color:	#000;
	background : #fff;  
}
div, p, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  arial, Helvetica, sans-serif;
}
a	{
	text-decoration:	none;
	font-weight:	bold;
}
a:link	{
	color:	#0066CC;
	background: transparent;
}
a:visited	{
	color:	#0066CC;
	background: transparent;
}
a:active	{
	color:	#0066CC;
	background: transparent;
}
a:hover	{
	color:	#66CC33;
	background: transparent;
	text-decoration:	normal;
}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	font-style : normal;
}	
h1	{
	font-size:	20px;
}
	
h2	{
	font-size:	16px;
}
	
h3	{
	font-size:	14px;
}

h4,h5,h6	{
	font-size:	12px;
}

h1,h2,h3,h4,h5,h6	{
	color:	#66CC33;
	background: transparent;	
}	


/***********************************************************/
/******************** Styles for bottom stripe and links ********************/
/***********************************************************/

.bottombranding{
	background : url("../images/bottom_bg.gif");
}
.copyright {
	font: 10px arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #0066CC;
	margin-bottom: 5px;
	margin-right: 5px;
}
.copyright a:link {
color: #FFFFFF;
	background: transparent;	
}
.copyright a:visited {
color: #FFFFFF;
	background: transparent;
}
.copyright a:active, .copyright a:hover {
color: #66CC33;
	background: transparent;	
}

/**************************************************/
/******************Styles for top menu***********************/
/**************************************************/
.topmenu2 {
	font: 11px arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #0066CC;
	margin-bottom: 5px;
	margin-right: 5px;
}
.topmenu2 a:link {
color: #FFFFFF;
	background: transparent;	
}
.topmenu2 a:visited {
color: #FFFFFF;
	background: transparent;
}
.topmenu2 a:active, .topmenu2 a:hover {
color: #66CC33;
	background: transparent;	
}
/***********************************************************/
/******************** Spacing ********************/
/***********************************************************/


.bodytext {
	margin-left: 20px; 
	margin-bottom: 20px; 
}	
.bodytext p {
	font-size:	11px;
}	
.bodytext li,ul {
	font-size:	11px;
}	
	

/***********************************************************/
/******************** Side navigation styles ********************/
/***********************************************************/


.subnav {
	font: bold 11px/1.5em arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
.subnav a:link {
color: #0066CC;
background: transparent;	
}
.subnav a:visited {
color: #0066CC;
background: transparent;	
}
.subnav a:active, .subnav a:hover {

color: #66CC33;
background: transparent;	
}


/***********************************************************/
/******************** Bullet point with link ********************/


li.link{
	color : #0066cc;
	background-color : transparent;
}


/***********************************************************/
/******************** Form Styles ********************/
/***********************************************************/

.button{
	color : #ffffff;
	background-color : #0066CC;
	font: 11px arial, Helvetica, sans-serif;
	font-weight : bold;

}


/***********************************************************/
/******************** alternative font ********************/
/***********************************************************/
.small {
	font-size: 10px;
	}


