body {
	margin:0;
	padding: 0;
	background-color:#FFFFFF;
	media:all;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(images/bg.gif);
		}
			

.title {
		font-size: 16px;
		color: #000000;
		text-align: center;
		font-weight: bold
		}


.text, body 	{
		font-size: 12px;
		color: #000000
		}
A.text:link
 		{
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		}	
A.text:hover
 		{
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
		}		
A.text:visited
 		{
		font-size: 12px;
		color: #000000;
		}		
		
			
		
.textbold 	{
		font-size: 12px;
		color: #000000;
		font-weight: bold
		}


.textcentered 	{
		font-size: 12px;
		color: #000000;
		text-align: center
		}
		

.textsmall 	{
		font-size: 10px;
		color: #000000
		}

.heading 	{
		font-size: 12px;
		color: #000000;
		font-weight: bold
		}




.ems 	{
		font-size: 10px;
		color: #000000;
		text-align: center
		}



A:link {
	color: #9999CC;
	text-decoration: none;
	}

A:visited {
	color: #69F;
	text-decoration: none;
	}

A:hover {
	color: #9999CC;
	text-decoration: underline;
	}



	

.leftbg {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	}	
	
.rightbg {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	}
	


/* Paragraph Module */

#leftFloat {
	float: left;
	padding: 4px;
	margin: 0;
	vertical-align: top;
	display: inline;
		}
		
#rightFloat {
		float: right;
		padding: 4px;
		margin: 0;
		text-align: right;
		vertical-align: top;
		}
		
/* Paragraph Module */



#nav {
	margin: 0 0 30px;
	color: #dfafcf;
	background: #ffffff;
	text-align: right;

	font-size: 6pt;
	font-family: Verdana, "MS Sans Serif", Geneva, sans-serif;
}
#nav a { color: black; }