body {
	margin:0px;
	background-color:#c3c3c3;
	background-image: url(../images/BGGrad.jpg);
	background-repeat: repeat-x;
}

body,td,th,select,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


/* Hyperlinks *****************************************/
a, a:link, a:visited, a:active {
	color: #223e89;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}
a.alt a:link.alt,a:visited.alt { 
	color: #74b03f; 
}

/* Form Elements ***************************************/
select,input,textarea {
}

input.title {
	font-size:10pt;
	color:#223e89;
	font-weight:bold;
	width:100%;
}

/* Grid styles *****************************************/
table.Grid tr td, table.Grid tr th {
	border-left:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	padding:3px;
}
table.Grid tr.alt {
	background-color:#e8e8e8;
}
table.Grid tr th {
	background-color:#e0e0e0;
	font-weight: bold;
	height:18px;
	text-align:center;
	background-image:url(../images/gridheader2.png);
}
table.Grid {
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-collapse: collapse;
}

.menutext {
	font-weight:bold;
	height:22px;
	background-image:url(../images/buttonC.png);
	cursor:hand;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.menutext2 {
	font-weight:bold;
	background-color:#aacb32;
	padding:0px 15px 2px 15px;
	height:22px;
	background-image:url(../images/buttonC2.png);
	cursor:hand;
}

.yellowboarder {
	border: 2px solid #FFCB05;
}
.blueboarder {
	border: 2px solid #89d6f4;
}
.greenboarder {
	border: 2px solid #aacb32;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 22px;
	color: #2f3198;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 22px;
	color: #2f3198;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
}
.MainGradBG {
	background-image: url(../images/MainBoxBG.jpg);
	background-repeat: no-repeat;
	background-color: #8FB834;
}
