html, body, #wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#24247D;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}


/* font size declarations */
.tiny {
	font-size: 0.7em;
}
.small {
	font-size: 0.8em;
}
.medium {
	font-size: 1.0em;
	font-weight: bold;
}
.large {
	font-size: 1.6em;
	font-weight: bold;
}
.calendar {
    /*font-size: 0.7em;*/
}

a:link {
   text-decoration: none;
	color: #003472;
	font-weight: bold;
	font-size: 0.7em;
}

a:visited {
   text-decoration: none;
	color: #003472;
	font-weight: bold;
	font-size: 0.7em;
}

a:hover {
   text-decoration: none;
	color: #00b3ec;
	font-weight: bold;
	font-size: 0.7em;
}

a:active {
text-decoration: none;
color: #550000;
	font-weight: bold;
	font-size: 0.7em;
}


/* font color declarations */
#white { color: #FFFFFF; }
#red { color: #FF0000; }
#lighttan { color: #ead4a0; }
#lightblue { color: #00b3ec; }
#medbrown { color: #b69b56; }
#darkblue { color: #003472; }
#darkbrown { color: #816b31; }

/* further declarations */

/* login input text box */ 
INPUT.logintextstyle{
	border:1px solid #816b31;
	border-top-color:#b69b56;
	border-left-color:#b69b56;
	background-color:#ffffff;
	padding:0.25em;
	color:#816b31;
	font-size:0.7em;
}

/* submit button styles on/off */
INPUT.submitstyle { 
	background-color:#fff;
	border-width:1px; 
	border-style:solid; 
	border-color:#b69b56;
	color:#816b31;
	font-size:0.7em;
	font-weight:bold;
	cursor:pointer;
}
INPUT.submitstyleOn { 
	background-color:#fff;
	border-width:1px; 
	border-style:solid; 
	border-color:#00b3ec;
	color:#003472;
	font-size:0.7em;
	font-weight:bold;
	cursor:pointer;
}