h1 {
	margin: 0px 0px 15px 0px;		/*top, right, bottom, left*/
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #1A1A1A;
	}

h2 {
	margin: 0px 0px 15px 0px;		/*top, right, bottom, left*/
	padding: 0px 10px 0px 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #1A1A1A;
	}

h3 {
	margin: 0px 0px 15px 0px;		/*top, right, bottom, left*/
	padding: 0px 10px 0px 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #1A1A1A;
	}
	
h4 {
	margin: 0px 0px 5px 0px;		/*top, right, bottom, left*/
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #1A1A1A;
	}
	
li
{
	margin: 0px 0px 0px 0px;		/*top, right, bottom, left*/
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
	
	
p
{
	margin: 7px 0px 5px 0px;    	/*top, right, bottom, left*/
	padding: 0px 10px 0px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.legal { font-size: 9px; }

a:link { color:#0000CC; text-decoration: none; font-weight: bold; }
a:visited { color:#0000CC; text-decoration: none; font-weight: bold; }
a:hover { color: #0077aa; text-decoration: none; font-weight: bold; }

.titleINSIDE
	  { letter-spacing: 2px;
	  	font-size: 20px;
		font-weight: bold;
		position: relative;
		top: 25px;
		padding-bottom: 5px;
		margin-bottom: 25px;
		width: 100%;
		font-style: italic; }

.menu 
  { font-size: 12px; 
  	line-height: 30px;
  	text-align: center; 
  	width: 100%; 
  	color: #cccccc; }
  	
  	a:link.menu { color: #000000; font-weight: bold; }
  	a:visited.menu { color: #000000;  font-weight: bold;}
  	a:hover.menu { color: #990000;  font-weight: bold;}
  	
.menubar { 
		   padding-left: 14px; 
		   padding-right: 10px; 
		   margin-top: 5px; 
		   margin-bottom: 5px; 
		   border-top: 3px solid #990000;
		   border-bottom: 3px solid #990000; 
		   border-right: 1px solid #990000; }
		   
.menubarTOO { 
		   padding-left: 14px; 
		   padding-right: 10px;
		   margin-top: 5px; 
		   margin-bottom: 5px; 
		   border-top: 3px solid #990000;
		   border-bottom: 3px solid #990000; }
