 /*---------------------------------------------------------\
|                                                            |
|    CSS BY THE U.P. WEB MAESTRO - www.upwebmaestro.com      |
|                                                            |
 \---------------------------------------------------------*/

/*
FONT FAMILY (GENERIC) NAMES
serif 		(e.g. Times) 
sans-serif 	(e.g. Helvetica) 
cursive 	(e.g. Zapf-Chancery) 
fantasy 	(e.g. Western) 
monospace 	(e.g. Courier)   
*/


/*============== TEXT STYLES ================================================*/

body		{  	margin: 0px 0px 0px 0px;
        	        padding: 25px;
			background-color: #f2f9d4;
			background-image: url(background.jpg);
			color: #000000;
			font-size: 100%				}
                         	
h1		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 100%;  			}

h2		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 90%;  
			margin: 20px 10px 8px 5px;
			border-top: #999 solid 1px;
			padding-top: 10px; }


p		{  	font-family: Times, serif;
			font-size: 100%; 
			line-height: 150%;
			margin: 5px 10px 15px 5px;		}

li		{
	font-family: Times, serif;
	font-size: 100%;
	line-height: normal;
	margin: 5px 10px 15px 5px;
}

#credits	{	font-size: 10px;
			clear: both;
			font-family: verdana, sans-serif;
			text-align: center;
			line-height: 16px;
			padding: 15px 5px 5px 5px;		}

.tableInfo {
	border-left: #999 solid 1px;
	border-top: #999 solid 1px;
	}

.tableInfo td {
	font-size: 12px; 
	font-family: verdana, sans-serif;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	}
				
.tableHeader {
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, sans-serif;
	}

input,textarea,select {
	font-family: verdana, sans-serif;
	font-size: 11px;	
	}

.formTag {
	font-size: 11px;
	font-weight: bold;
	color: #434;
	text-align: right;
	vertical-align: top;
	line-height: 16px;
	font-family: verdana, sans-serif;
	}
				
/*============== LINK STYLES ================================================*/

#menu a {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	border: #999 solid 1px;
	padding: 2px 5px 3px 5px;
	margin: 0px 1px 0px 0px;
	text-align: center;
	display: block;
	}

#menu a:link 	{	
	color: #fff;
	background-color: #444;
	}
                         
#menu a:visited {	
	color: #fff;
	background-color: #444;
	}
                         
#menu a:hover {	
	color: #000;
	background-color: #fff;
	}   
                         
#menu a:active {	
	color: #fff;
	background-color: #444;
	}   

#onit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
	color: #000;
	line-height: 100%;
	text-decoration: none;
	border: #999 solid 1px;
	padding: 1px 3px 2px 3px;
	margin-right: 1px;
	}


.testimonialLeft {
	font-family: times, serif;
	font-size: 18px;
	line-height: 20px;
	margin-right: 150px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
.testimonialRight {
	font-family: times, serif;
	font-size: 18px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 150px;
	margin-bottom: 20px;
	}

.sig {
	text-align: right;
	font-family: times, serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;	
	}
