a {
	//color: #cccc99;
	color: #3333CC;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	//color: #cccc99;
	color: #3333CC;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	//color: #cccc99;
	color: #3333CC;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: underline;
}

body {
	//background-color: #000000;
	background-color: #ffffff;
	//color: #cccc99;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	//scrollbar-face-color: #000000;
	//scrollbar-face-color: #ffffff;
	//scrollbar-arrow-color: #cccc99;
	//scrollbar-arrow-color: #3333CC;
	//scrollbar-base-color: #cccc99;
	//scrollbar-base-color: #3333CC;
	scrollbar-track-color: #e4e4e4;
}

p { 
	//color: #cccc99;
	color: #3333CC;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	//color: #cccc99;
	//color: #3333CC;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

.ColoredButton {
	//background-color: #cccc99;
	background-color: #3333CC;
	//color: #000000;
	color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}

.ColoredInput {
	background-color: #e8e8e8;
	//border-color: #cccc99;
	border-color: #3333CC;
	border-style: solid;
	border-width: 1;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-weight: none;
	line-height: normal;
	padding-bottom: 1;
	padding-left: 2;
	padding-right: 2;
	padding-top: 1;
}

.Header {
	//color: #cccc99;
	color: #3333CC;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.HeaderLink {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.HeaderLink:hover {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.HeaderLink:active {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.MenuLink {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.MenuLink:hover {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
}

.MenuLink:active {
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
}

.Title {
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

li {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	//color: #cccc99;
	color: #000000;
}