/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%;
	width: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #E0E1FD;
	color: #008000;
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 0px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('file://2maxx-pc/documents/My%20Webs/t3/none'); 
	font-size: 100%
}

hr {
	background-color: #5C7A98; 
	color: #5C7A98; 
	height: 1px; 
	width: 100%;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #9DC4DF; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:link  {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #9DC4DF; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:active {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:link  {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:visited {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:hover {
	color: #75B8E5; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:active {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #CCFF99; 
	color: #008000; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

.footer {
	background-color: #E0E1FD;
	color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}