.HeadText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6666;
}

input {
    border-width: 1px;
    border-style: solid;
    border-color: #FFFF00;
    background-color: #DDAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

select {
    border-width: 1px;
    border-style: solid;
    border-color: #FFFF00;
    background-color: #DDAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }
	
textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #FFFF00;
    background-color: #DDAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }
	
body {
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00FF66;
	margin-top: 1em;
	margin-left: 1em;
}

a:link {
	color: #33FFFF;
}
a:visited {
	color: #33FFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0066FF;
}
.OotMPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bolder;
}
.OotMSectionHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	font-style: oblique;
}
.OotMText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
.OotMHighlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	font-size: 14px;
	font-weight: bolder;
	font-style: oblique;
}
table {
	empty-cells:show;
	border-right:
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FF00FF;
	border-right-color: #00FFFF;
	border-bottom-color: #00FF00;
	border-left-color: #FF0000;
	margin: 4px;
	padding: 4px;
	height: auto;
	width: auto;
}


