/* default style sheet */
.bg {
	background-attachment: fixed; 
	background-color: #9198AB; 
	background-repeat: repeat-x; 
	background-position: left top; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}	

/* content */
	
.content {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
	
.contentHi {
	color: #339900;
	font-family: Arial;
	font-size: 12px;
}	
.contentSml {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}	
	
.contentHiSml {
	color: #666666;
	font-family: Arial; 
	font-size: 9px; 
}	
.titleLrg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.titleSml{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
	
/* content links */

A:active {
	color: #FF0000;
}
A:hover {
    COLOR: #F18800;
	text-decoration: underline;
}
A:link {
	color: #333366;
	text-decoration: none;
}
A:visited {
	COLOR: #666699;
}

/* Navigation */

.navCell {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	border-right-color: #000066;
	border-right-width: 1px;
	border-right-style: double;
	padding-right: 8px;
}
.navCell a:link {
	color: #000066;
	text-decoration: none;
}
.navCell a:visited {
	color: #000066;
	text-decoration: none;
}
.navCell a:hover {
	color: #666699;
	text-decoration: none;
}
.navCell a:active {
	color: #000066;
	text-decoration: none;
}	

/* Images */
.picRight {
	float: right;
	margin: 1px 1px 1px 9px;
}
.picLeft {
	float: left;
	margin: 1px 9px 1px 1px;

}
.picRightBrd {

	float: right;
	margin: 1px 1px 1px 9px;
	border: 1px solid #003366;
}
.picLeftBrd {
	float: left;
	margin: 1px 9px 1px 1px;
	border: 1px solid #003366;
}



/* calendar */
.calendarEven{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #eeeeee;
}
.calendarOdd{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
}
.calendarHdr {
	color: #000000;
	background-color: #3E5AB5;
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold
}

/* search */

.btn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #3399CC;
	padding: 1px;
	width: 30px;
}

.comboBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
.banner {
	margin-right: 2px;
	border: 1px solid #000000;
	margin-top: 4px;
	margin-bottom: 8px;
	
}
.iconImg {
	border: solid;
}

.text-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000066;
	width: 200px;
}
.img-left {
	float: left;
}