
/*text*/

body{
  font-family: Georgia, Book Antiqua, Palatino, Times New Roman, Times, serif;
  margin: 0px;
}

p.main {
font-size: 16px;
color: #ffffff;
}

p, td, ul, ol{
  font-size: 14px;
  font-height: 16px;
  color: #000000;
  }

b.header{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff
	}
  
  
p.stills{
font-family: Georgia, Book Antiqua, Palatino, Times New Roman, Times, serif;
  font-size: 16px;
  font-height: 16px;
  color: #ffffff;
  }

p.content {
font-family: Georgia, Book Antiqua, Palatino, Times New Roman, Times, serif;
  font-size: 16px;
  font-height: 19px;
  color: #ffffff;
  }


p.small{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin:2px;
}

/* put back in body 

*/

/*margins*/

div.main{
	margin: 18px;
	height: 100%;
}

div.menu{
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
}

.popups{
	margin: 4px;
}

.contact{
	margin: 15px;
}

.tops{
	margin-top: 5px;
}




/*text*/




/*anchors*/
A {text-decoration: none;}

A:link {color: #3399CC}

A:visited {color: #999999}

A:active {color: #3399CC}

A:hover {color: #CC0033}



