body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bg1.gif);
	background-repeat: repeat;

}

td {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.medium {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer, .subhead {
	color: #BCE84A;
	background-color: #006600;
	height: 16px;
	border: 1px solid #BCE84A;
	padding: 2px;
	/*
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	*/
}

.footer {
	text-align: center;
}

.subhehead {
	text-align: right;
}

.mainpage {
	background-color: #fff;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #BCE84A;
}

.clearbg {
	background-color: #fff;
	padding: 5px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

/****************** menu *************************/
.cas_menu {
	text-decoration: none;
	font-weight: bold;
	color: #060;
}
.cas_menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #060;
}
 
.cas_menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #060;
}
.cas_menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
}
.cas_heading {
	color: #060;
	font-weight: bold;
	font-size: 130%;;
}
/*************************** end of menu *******************************/
                    
/****************** admin menu *************************/
.adminmenu {
	list-style: none;
}
.navigation ul {
	border: none;
}
table .navigation {
	border-collapse: collapse;
	border: none;
	background-color: #fff;
} 
.navigation th {
	border-collapse: collapse;
	color: #CCC;
	background-color: #333;
	padding: 4px;
	border: 1px solid #ccc;
}
.navigation td {
	border-collapse: collapse;
	padding: 4px;
	border: 1px solid #000;
}
/****************** hyperlinks ****************************/
a:link {
	color: #33f;
	text-decoration: none;
}
a:visited {
	color: #33f;
	text-decoration: none;
}
a:selected {
	color: #33f;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
                   