html{
		height:100%;
	}
	
body{
		font-family:    Verdana;
		font-size:      0.6em;
		margin:         4px auto;
		padding:        40px;
		height:         100%;
		background-color:   #ffffff;
	}
	
html>body {
	width:  		auto;
    }
    
#mainContainer{
    border:	            0px solid #000000;
	width:              95%;
	margin:             0px auto;
	text-align:         left;
	padding-left:       0px;
	padding-right:      0px;
	padding-bottom:     0px;
	background-color:   #33ffff;
}

#cssmenu{
	border-bottom:	    1px solid #000000;
}

#center{
	margin: 		    0px auto;
	overflow:		    auto;
	padding-top:		2px;
	padding-left:		2px;
	border:			    1px solid #000000;
}

#footer{
    margin:             0px auto;
    text-align:         center;
	background-color:   #ffffff;
}

p,ul,ol,li,div,td,th,address,blockquote,b,i { 
	font-family:		Verdana; 
	font-size:		    10pt; 
	}	
h1 { 
	font-size:		    18pt; 
	}
h2 { 
	font-size:	    	16pt; 
	}
h3 { 
	font-size:	    	14pt; 
	}
h4 { 
	font-size:	    	13pt; 
	}

a:link {
	color:		    	#1E90FF;
	text-decoration:	none;
	/*font-weight:		bold;*/
	}
a:visited {
	color:		    	#708090;
	/*font-weight:		bold;*/
	text-decoration:	none;
	}
a:active { 
	color:		    	#000000; 
	font-weight:		bold;
	text-decoration:	underline;
	}
a:hover {
	text-decoration:	underline
	}
.memo { 
	font-family:		Courier New;
	font-weight:		bold;
	color:		    	#0000C0;
	border-width:		1pt; 
	border-style:		solid; 
	border-color:		#999999; 
	background-color:	#FFFFE0; 
	}