/* CSS Document */

body {		font-family: arial, helvetica; font-size: 12px; color: #000000; background-color: #ffffff;  }
p, td, li {	font-family: arial, helvetica; font-size: 12px; color: #000000; line-height: 1.5; }
a { 		font-family: arial, helvetica; font-size: 11px; color: #0E0A4B; text-decoration: underline; }
a:hover { 	font-family: arial, helvetica; font-size: 11px; color: #AAAAAA; text-decoration: underline; }


.title 	{	background-color: #ffffff;
			background-image:  url('../templateimages/title.gif'); 
			background-position: top right;
			background-repeat: no-repeat;
			font-family: verdana, arial, helvetica; 
			font-size: 18px; 
			color: #ffffff; 
			font-weight: bold;
			text-decoration: none; 
			text-align: right;
			vertical-align: bottom;
			padding-right: 30px;
			padding-top: 0px;
			padding-bottom: 2px; }
			
.cellBG { 	background-image:  url('../templateimages/bg.jpg'); 
			background-repeat: repeat; }						 
			
.menuItem { font-family: arial, helvetica; 
			font-size: 11px; 
			color: #ffffff; 
			font-weight: bold; 
			text-decoration: none;
			background-image:  url('../templateimages/button_off.gif');
			background-position: center center;
			background-repeat: no-repeat;
			padding-left: 22px;
			padding-top: 8px;
			padding-bottom: 8px;
			display: block; }
	
.menuItem:hover { 
			color: #ffffff;
			font-size: 11px; 
			background-image:     url('../templateimages/button_on.gif');
			background-position: center center;
			font-weight: bold;
			text-decoration: none;
			background-repeat: no-repeat; }
		


h1 { 		font-family: arial, helvetica; font-size: 20px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; padding: 0px; margin: 0px; }
h2 { 		font-family: arial, helvetica; font-size: 28px; font-style: normal; font-weight: bold; color: #000000;	text-decoration: none; padding: 0px; margin: 0px; }
h3 { 		font-family: arial, helvetica; font-size: 16px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; padding: 0px; margin: 0px; }
h4 { 		font-family: arial, helvetica; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; padding: 0px; margin: 0px; }
h5 { 		font-family: arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; padding: 0px; margin: 0px; }

			


