.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.MainLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0068B7;
	text-decoration: underline;
}
.CapsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: underline;
}
a.CapsLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
a.MainLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0068B7;
	text-decoration: none;
}
li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}
.BlueHead {
	color: #0068B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.GreenHead {
	color: #6CAA2A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 600px;
     height: 400px;
     margin-top: -300px; /* half of the height */
     margin-left: -300px; /* half of the width */
     border: 1px solid #fff;
}
#global2 {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 600px;
     height: 100px;
     margin-top: -50px; /* half of the height */
     margin-left: -300px; /* half of the width */
     border: 1px solid #8CC63F;
}
