a:link {
	color: Blue;
}

a:visited {
	color: Blue;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a:active {
	color: Blue;
	text-decoration: underline;
}

a.mytext:link {
	color: White;
	text-decoration: underline;
}

a.mytext:visited {
	color: White;
	text-decoration: underline;
}

a.mytext:hover {
	color: White;
	text-decoration: underline;
}

a.mytext:active {
	color: White;
	text-decoration: underline;
}

body {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	color: Black;
}

h2 {
	color: Black;
}

h3 {
	color: Black;
}

h4 {
	color: Black;
}

h5 {
	color: Black;
}

h6 {
	color: Black;
}

li {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ol {
	color: Black;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

td {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

ul {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
}

.box {
	background-color: #E3E3E3;
	border-bottom: #585858 1px solid;
	border-left: #585858 1px solid;
	border-right: #585858 1px solid;
	border-top: #585858 1px solid;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 15px 25%;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	text-align: center;
}

.important {
	color: #CC0000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.mytext {
	color: #666699;
}

