/************************
* Main Styles  
************************/

body,p,form,table	{ 
	font-size: 12px; 
	line-height: 16px; 
	color: #000000; 
	font-family:Arial, Helvetica, sans-serif;  
	}

body { 
	background-image:url(../interface/background.jpg); 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	}

img { border:none; }

.title { 
	font-family:"Arial", Times New Roman, Times, serif;
	font-size: 20px; 
	font-weight: bold; 
	color: #003366;
	}
	  
.subtitle { 
	font-family:"Arial", "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #006633;
	}

.navlinks { 
	font-family:"Arial", "Times New Roman", Times, serif;
	color: #000000; 
	text-decoration: none;
	}
	 
.navlinks:hover { 
	font-family:"Arial", "Times New Roman", Times, serif;
	color: #006633; 
	text-decoration: none;
	}
	
a { 
	font-weight: bold; 
	line-height: 16px; 
	color: #006633; 
	text-decoration: none
	}
	 
a:hover { 
	color: #006633; 
	text-decoration: none
	}
	
/*  ul { 
	list-style-type: square; 
	list-style-image: url(../interface/bullet.gif);
	text-decoration: none; 
	line-height: 16px; 
	font-size: 12px; 
	font-family:  Arial; 
	margin-top:0em; 
	margin-bottom:0em; 
	margin-left:2.0em; 
	margin-right:0em; 
	}
	 
li {
	margin-left: 0px;
	}
*/

.footer { 
	font-size: 8pt; 
	color: #003366; 
	line-height: 14px; 
	}