@charset "UTF-8";
.boxtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	
}

h2{color:#333333;
}

.body-italic
{font-style: italic;
}

.body-bold
{font-weight: bold ;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #6699FF;
	text-decoration: none;
}
.boxheadtext {
	font-size: 12px;
	font-weight: bold;
	color:#333333
}

.button-readmore
{
background-color:#FF6600;
height:20px;
color:#FFFFFF;
width:75px;
text-align:center;
line-height: 2;
border-color:#ffffff;
border-style:outset;
border-width:1px 1px 1px 1px ;

}


li {
	list-style-position: inside;
	list-style-type: square;
	  line-height:24px;
	
}

.nav {
font-size: 11px;
font-weight:bold;
float:left;
padding-left: 30px;
}

.footernav
{font-size:10px;
}

.footer
{font-size:10px;
}

.table-padding
{
padding:15px;
text-align: left;
}

.border-all {
border-color:#666666; 
border-style:outset; border-width:1px 1px 1px 1px;}