body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

h1 {  
font-family:"Times New Roman", Times, serif;
font-size: 18px; color: #000000; line-height: 20px; font-weight: lighter; padding-right: 4px; padding-left: 4px}

h2 {
font-family:"Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

p {	font-size: 12px; color: #000000;}

ul {font-size: 12px; color: #000000; list-style-position: inside; margin-left: 5px; padding-left: 5px;}
li {
	font-size: 12px;
	color: #000000;
	list-style-type: square;
}

.ul2 { font-size: 11px;	color: #000000;	list-style-position: inside;}
.li2 {
	font-size: 11px;
	color: #000000;
	list-style-type: none;
}

.ul3 { font-size: 10px;	color: #000000;	list-style-position: inside;}
.li3 {
	font-size: 10px;
	color: #000000;
	list-style-type: none;
}

.mainBorderTable {border-color:#CCCCCC;
border-bottom-color:#CCCCCC;
border-top-color:#CCCCCC;
border-left-color:#CCCCCC;
border-right-color:#CCCCCC;}
a:link 		{ color: #000066; text-decoration: none;}
a:active 	{ color: #000066; text-decoration: none;}
a:visited   { color: #FF0000; text-decoration: none;}
a:hover	    { color: #000000; text-decoration:  underline; cursor: pointer;}
