/* CSS Document */
/*body {
	scrollbar-base-color:#f3f3f3;
}*/

/* HEADINGS */
.biggest {
	font-family: Courier New, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}

.bigger {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}

.big {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #660000;
}
.biga, .biga:link, .biga:visited, .biga:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
.biga:hover {
	color: #cc0000;
}

/*NORMAL TEXT AND LINKS*/
.norm {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
}
.norma, .norma:link, .norma:visited, .norma:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
}
.norma:hover {
	color: #cc0000;
}

.whitey {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #ffffff;
}

/*PICTURE LINKS*/
.piclink, .piclink:link, .piclink:visited, .piclink:active {
	border: 1px solid #000000;
}
.piclink:hover {
	border: 1px solid #FF0000;
}

/*ALERT TEXT (ADMIN PAGES)*/
.alert {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #ff0000;
}

/*COPYRIGHT TEXT AT BOTTOM*/
.copy {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}
.copya, .copya:link, .copya:visited, .copya:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.copya:hover {
	color: #ffffff;
}

/*FORM OBJECTS*/
.submit {
	background-color: #9999dd; 
	border: #000000 1px solid; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 8pt; 
	font-weight: bold;
}

.textboxes { 
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px; 
	color: black; 
}

/*CALENDAR TEXT AND LINKS*/
.cal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
}
.calmonth {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #007700;
}
.cala, .cala:link, .cala:visited, .cala:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
}
.cala:hover {
	color: #cc0000;
}
.calpenda, .calpenda:link, .calpenda:visited, .calpenda:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}
.calpenda:hover {
	color: #cc0000;
}
