body {
	font-family: "Arial";
	background: white;
	color: #000099;
}

a:link {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.normal {
	font-size: 12px;
	text-align: justify;
}

.normalCenter {
	font-size: 12px;
	text-align: center;
} 

.normalLeft {
	font-size: 12px;
	text-align: left;
}

.normalList {
	font-size: 12px;
	text-align: justify;
	list-style-position: inside;
	list-style-type: none;
	white-space: normal;
	display: list-item;
} 

.normalRight {
	font-size: 12px;
	text-align: right;
} 

.MediumBold { 
	font-size: 14px; 
	text-align: center; 
	font-weight: bold 
}

.Medium { 
	font-size: 14px; 
}

.MediumRight { 
	font-size: 14px; 
	text-align: right;
}

.MediumJust { 
	font-size: 14px; 
	text-align: justify;
}

.MainTitle {
	color: #006600;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
	border: thin outset #FFCC66;
	width: 500px;
} 

.Title2 { 
	font-size: 16px; 
	text-align: center; 
	font-weight: bold ; 
	background-color: #FFCC66; 
	border-top-width: medium; 
	border-right-width: medium; 
	border-bottom-width: medium; 
	border-left-width: medium ; 
	font-style: italic; 
	color: #006600
} 
 
.help {
	font-size: 12px;
	font-style: italic;
	cursor: help;
	color: #000099;
} 

.Important {
	font-size: 12px;
	text-align: center;
	color: #FFFF00;
	background-color: #FF0000;
	font-weight: bold;
}