body {
	background-color: #FFFFFF;
	margin: 0;
	}	
#MainTable {
	border: 1px;
	border-style: solid;
	border-top-style: none;
	border-color: #000000;
	}
	
/* =-=-=-=-=-=-=-[ HEADER ]-=-=-=-=-=-=-=- */	

#CompanyName {
	font-family: Tahoma, Verdana, Arial;
	color: #333;
	font-size: 36px;
	padding-top: 25px;
	padding-left: 105px;
	font-weight: normal;
}
#Tagline {
	font-family: Tahoma, Verdana, Arial;
	color: #666;
	font-style: italic;
	font-size: 16px;
	padding-top: -5px;
	padding-left: 105px;
	font-weight: normal;
}
	
/* =-=-=-=-=-=-=-[ MAIN CONTENT]-=-=-=-=-=-=-=- */	

#MainBody {
	background-color: #FFFFFF;	
	}
	
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	padding: 0px 10px 5px 15px;
	border-color: #999999;
	}
#MainContent h1{
	font-size: 24px;
	color: #333;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;
	}
#MainContent h2{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	}		
#MainContent a:link, #MainContent a:visited {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
	}
#MainContent a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	}	
	
/* =-=-=-=-=-=-=-[LEFT NAVIGATION MENU]-=-=-=-=-=-=-=- */	

#LeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#LeftMenu {
	width: 195px;
	border: 0px solid #CCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#LeftMenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#LeftMenu li a:link, #LeftMenu li a:visited {
	color: #FFF;
	display: block;
	background: url(../images/layout/nav-buttons.gif);
	padding: 5px 0 1px 20px;
	}
	
#LeftMenu li a:hover, #LeftMenu li a:active {
	color: #FFF;
	background: url(../images/layout/nav-buttons.gif) 0 -32px;
	padding: 5px 0 1px 20px;
	}
	
#LeftSideBar p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #F5F5F5;
	font-size: 10px;
	padding: 6px;
	}
#LeftSideBar a:link, #LeftSideBar a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}
#LeftSideBar a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}				

/* =-=-=-=-=-=-=-[ RIGHT SIDEBAR ]-=-=-=-=-=-=-=- */	

#RightSideBarBox {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #333;
	font-size: 10px;
	padding: 6px;
	background: #EDEEF1;
	}	
#RightSideBarBox h2{
	font-size: 12px;
	}	
#RightSideBar p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 10px;
	padding: 6px;
	background-color: #CCCCCC;
	}
#RightSideBar a:link, #RightSideBar a:visited {
	color: #007CDE;
	text-decoration: none;
	font-weight: normal;
	}
#RightSideBar a:hover {
	color: #007CDE;
	text-decoration: underline;
	font-weight: normal;
	}
						
/* =-=-=-=-=-=-=-[ FOOTER ]-=-=-=-=-=-=-=- */		

#Footer {
	background-color: #343434;
	background-position: top;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	font-size: 10px;
	color: #CCC;
	padding-top:18px;
	text-align: center;
	}
#Footer a:link, #Footer a:visited {		
	text-decoration: none;
	color:#CCC
	}
#Footer a:hover {		
	text-decoration: underline;
	color:#FFF
	}	

/* =-=-=-=-=-=-=-[ FINEP PRINT ]-=-=-=-=-=-=-=- */

#FinePrint {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	font-size: 10px;
	color: #666;
	padding-top:10px;
	text-align: center;
	}
#FinePrint a:link, #FinePrint a:visited {		
	text-decoration: none;
	color:#666
	}
#FinePrint a:hover {		
	text-decoration: underline;
	color:#444
	}	
	
/* =-=-=-=-=-=-=-[ MISCELLEOUS ]-=-=-=-=-=-=-=- */

.inputbox {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  clip:   rect(   ); 
  width: 100px;
  }
  
/*#NormalList {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	height: auto;
	width: auto;
	left: 10;
	overflow: auto;
	visibility: visible;
}
*/
