.body 
{
    font-family: 'Arial', Helvetica, sans-serif; 
    font-size: 10pt;
    color: #003366;
	bgcolor: #CCCCCC;
}
.P 
{
	font-size:12pt;
	font-family: 'verdana', arial, helvetica, sans-serif;
	color: #003366;
}
.Para2 
{
	font-size: 12pt;
	font-family: 'verdana', arial, helvetica, sans-serif;
	color: #003366
	text-align: center;		
}
li
{
	font-size: 10pt;
	font-family: 'Book Antigua', arial, helvetica, sans-serif;
	color: #003366;
}

/*Page header style*/
.header   
{
	font-family: 'Book Antigua', "Palatino Linotype", Serif;   
    color: #000033;
    width: 100%;
	font-style: bold;
    font-size:30pt;
    font-style: bold;
	text-align: center;
	}
.header2   
{
	font-family: 'Book Antigua', Palatino Linotype, Serif;   
    color: #000033;
    font-style: bold;
    font-size: 20pt;
    font-style: bold;
	text-align: center;
}
.subhead
{
    font-family: 'Arial',Helvetica, Sans-serif;
    font-size: 16pt;
    color: #996633;
	font-style: italics;
	
	}
.subhead2
{
    font-family: 'Arial',Helvetica, Sans-serif;
    font-size: 14pt;
    color: #996633;
	font-style: bold;
}
.subhead3
{
    font-family: 'Arial',Helvetica, Sans-serif;
    font-size: 18pt;
    color: #996633;
}
.subhead4
{
    font-family: 'Arial',Helvetica, Sans-serif;
    font-size: 14pt;
    color: #000033;
	font-style: bold;
	text-align: center;
}
.imagecaption  
{
	font-family: 'Arial',Helvetica, Sans-serif ;   
    color: #000033;
    font-size: 14pt;
	text-align: center;
	
/*Navaigation bar-horizontal */

}
ul.horz-nav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #000033;
	color: #ffffff;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	float:left;
	width: 50%;
}
ul.horz-nav li{
	display: inline;
}
ul.horz-nav a:hover: {
	color: #ffffcc;
	background: #ff9933;
}
ul.horz-nav a{
	display: block;
	padding: .2em 1em;
	text-decoration: none;
	color: #ffffcc;
	background: #000033;
	float:left;
	border-right: 1px solid #fff;
}
/* Vertical Navigation Bar*/
}
ul#vertnav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul#vertnav a {
display: block;
text-decoration: none;
background: #000033;
color: #ffffcc;
padding: .8em .11em;
border-bottom: 1px solid #fff;
width: 12em;
}
ul#vertnav a:hover {
background: #ff9933;
color: #ffffcc;
}
ul#vertnav li {
display: inline;
}	
	
	/*Page footer style*/

.footer
{
	font-family: 'Arial',Helvetica , Sans-serif;
    width: 100%;
	font-size: x-small;
    color: #ffffcc;
}
/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;

}

/* Float image to right of paragraph */
img.floatRight{
   float: right;
margin-left: 5px;
}


/* Center image between margins */

div.center{
   width: 100%;
   text-align: center
}
/* Style for tables of thumbnail images */
table.thumbs{
   vertical-align: middle;
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width:100px;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	background-color: #000033;
	width: auto;
	border: #000033;
}
