

body 		{ 	
				background-color:#eee;
				background-image:url(../images/wallpaper3.gif);
				background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
				font-family:Arial,Geneva,Tahoma,sans-serif;
				font-size:12px;
				color:#000033; 
				padding-left:10px;
				padding-right:5px;
				padding-top:5px;
				padding-bottom:5px;
				scrollbar-shadow-color: #707070;
				scrollbar-face-color: #aaaaaa;
				scrollbar-base-color: #a0a0a0;
				scrollbar-highlight-color: #e0e0e0;
				scrollbar-3dlight-color: #e0e0e0;
				scrollbar-darkshadow-color: #444444;
				scrollbar-track-color: #e0e0e0;
				scrollbar-arrow-color: #000033;
			}

h1 			{	font-family:Arial Black; font-size:36pt; font-weight:bold; color:#003366; }
h2			{ 	font-size:30pt; font-weight:bold; color:#003366; }
h3 			{ 	font-size:24pt; font-weight:bold; color:#003366; }
h4 			{ 	font-size:12pt; font-weight:bold; text-decoration:underline; color:#003366; }
h5 			{ 	font-size:10pt; font-weight:bold; text-decoration:underline; color:#003366; padding-top:5px; }
h6 			{ 	font-style:italic; font-size:12pt; font-weight:bold; text-decoration:underline; color:#003366; }
p 			{ 	padding:5px; }

a:link 		{ 	text-decoration:none; color:#003366 }
a:visited 	{ 	text-decoration:none; color:#003366 }
a:hover 	{ 	text-decoration:underline; color:#003366; }
a:active 	{ 	text-decoration:none; color:#003366 }
a:focus 	{ 	text-decoration:underline; color:#003366; }

tr				{	
					height:14px;
				}
td				{	
					font-size:11px;
					font-weight:bolder;
					text-align:left;
					color:#003366;
				}
th				{	
					background-color:#ccc;
					font-size:16px;
					text-align:left;
					height:20px;
					color:#003366;
				}
