/*   general page expansion*/
body{
color:#a7a7a7; 
font-family:Myriad Pro, Arial, Helvetica, sans-serif; 
font-size:10.5pt;}


.emphasis{
color:#39ade0; }

/*   cufon expansion*/
.headline{
color:#fff; 
font-weight:bold;
font-size:20pt;
}

.bodytext{
color:#a7a7a7;
}

/*  image styles  */
.headlineimage{
width:100%; 
display:block; }

.imgright{
width:147px; 
margin:10px 0px 10px 20px; 
float:right;}

.imgleft{
width:147px; 
margin:10px 20px 10px 0px; 
float:left;}

.smallimglink{
padding:5px; 
margin:0 10px 10px 0;
float:left; 
background-color:#3c3c3c;}

.smallimgactual{
width:62px;}

.bold{		font-weight:bold;}
.italic{	font-style:italic;}
.underline{	text-decoration: underline;}
.left {		text-align: inherit;}
.center {	text-align: center;}
.right {	text-align: right;}
.full {		text-align: justify}

table{
border-collapse:collapse; 
width:100%;}

td{
vertical-align:top;}

ul{
margin:10px; 
padding:10px;}

li{
padding:5px 0;}

p{
padding:0px; 
margin:0px;}

img {
border-style: none;}

a{
display:inline-block; 
text-decoration:none;
margin:0px; 
padding:0px;}

h1{
margin:0px; 
padding:0px; 
text-transform:uppercase;
display:inline;
font-size:20pt;}

/*   link styles  */
a:link {
color: #fff;  }     

a:visited {	
color: #fff; }

a:active {
color: #fff; }

a:hover {
color: #dddddd; }

.frontlinks{
	border:1px solid #fff;
}


