.MainMenuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0020FF;
	text-decoration: none;
}

a.MainMenuItem:hover {
	text-decoration: underline;
}

.SMainMenuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00AAFF;
	text-decoration: none;
}

a.SMainMenuItem:hover {
	text-decoration: underline;
}

.SubMenuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	margin-left: 0px;
}

a.SubMenuItem:hover {
	text-decoration: underline;
}

.SSubMenuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0077FF;
	text-decoration: none;
	margin-left: 0px;
}

a.SSubMenuItem:hover {
	text-decoration: underline;
}

.QLink {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	margin-left: 0px;
}

a.QLink:hover {
	text-decoration: underline;
}

.SQLink {
	font-family: Arial;
	font-size: 12px;
	color: #0077FF;
	text-decoration: none;
	margin-left: 0px;
}

a.SQLink:hover {
	text-decoration: underline;
}

body {
	color: #222222;
	margin: 0px 0px 0px 0px;
}

html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}

h1 {
	font-family: Arial;
	font-size: 26px;
	color: #0099FF;
	text-align: center;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #0099FF;
	text-align: center;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	color: #0099FF;
	text-align: center;
}

hr {
	height:1px;
	color: #0077FF;
	background: #0077FF;
	border: none;
}

a:link {color: #0011FF;}
a:visited {color: #0011FF;}
a:active {color: #0011FF;}
