BODY {
   background : #ffffff;
   color: black;
   margin : 0;
   padding : 0;
   
 color: #4F5DC1;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: xx-small;

	}

B, strong {
   font-weight : bold;
	}

A:visited {
   font-weight : bold;
   text-decoration : none;
	}

A:link {
	

   font-weight : bold;
   text-decoration : none;
	}

A:hover {
   
   text-decoration : underline;
	}

A:active {
   font-weight : bold;
   text-decoration : none;
	}
#text {
	position: absolute; top: 3px; left: 3px; 
	color: #000000; z-index:2;
	
	} 
#shadow1 {
	position: absolute; top: 2px; left: 2px; 
	color: #CCCCCC; z-index:0;
	
	} 
#shadow2 {
	position: absolute; top: 4px; left: 4px; 
	color: #666666; z-index:1;
	
	} 	
H1{
	font-size: 48pt;
	}
	
menulist
	{
		font-size: xx-small;
	}
li {margin: 0px 0px 1px 0px;}
ul {list-style-position: outside; margin-left:25px; margin-right:0px; margin-top:0px; margin-bottom:0px}
body, div, span, p, ul, li, td, th, input, select, textarea, button {font-family: Verdana, sans-serif; font-size: xx-small;}
/* Section Framework */
.framework
	{

		border-style: none
	}
.framework td
	{
		vertical-align: top;
		text-align: center;
	}
	
.sectframe 
	{
		background-color: #FFFFFF; 
		padding:5px; 
		padding-bottom: 20px;
		border-style: none;
		margin-bottom: 20px;
		width: 100%;
		

	}
.sectframe td
	{
		text-align:left;
		
	}
.sectframe .header 
	{
		background-color: #FFFFFF; 
		font-weight: bold; 
		font-size: small;
		color: #4F5DC1; 
		border-left: none; 
		border-right: none; 
		border-top: none; 
		border-bottom: 1px solid #4F5DC1; 
	}