/*Anchors*/
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*Main Three*/
a.Main3Links {
	color: #798992;
	font-size: 15px;
	font-weight: bold;
}
a.Main3Links:Hover {
	color: #FFFB9C;
}
/*Main Anchors*/
a.MainLinks {
	color: #878F94;
}
a.MainLinks:Hover {
	color: #FFFFFF;
}
/*Top Anchors*/
a.topLinks {
	color: #99CCCC;
}
a.topLinks:Hover {
	color: #999999;
}
/*Project Catagory Anchors*/
a.CataLinks {
	color: #FFFFFF;
}
a.CataLinks:Hover {
	color: #FFFB9C;
}


/*Other Anchors 2*/
a.OtherLinks {
	font-size: 10px;
	color: #FFFFFF;
}
a.OtherLinks:Hover {
	color: #FFCC66;
}
/*Text Anchors 2*/
a.TextLinks {
	color: #FFCC66;
	/*color: #999999;*/
}
a.TextLinks:Hover {
	color: #999999;
}

/*Text Formats*/
p.TextHead {
	margin: 12 0 0 9;
	text-align: justify;
}
p.Text {
	margin: 0 13 6 9;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Form Elements*/
.TextBox {
	border: 1px solid #99CCCC;
	padding: -1px;
	font: Arial, Verdana, serif;
	font-size: 11px;
	color: #666666;
}
.Button {
	background: #4682B4;
	border: 1px solid #3C6F9B;
	padding: 1px;
	font: Arial, Verdana, serif;
	font-size: 9px;
	color: #FFFFFF;
	cursor: hand;
}
.Radio {
	width: 10px;
	height: 10px;
}

/*Other*/
body
{
/*### Not used right now #########
	scrollbar-base-color: #99CCCC;
	scrollbar-face-color: #99CCCC;
	scrollbar-shadow-color: #AEC7CA;
	scrollbar-darkshadow-color: #669999;
	scrollbar-3dlight-color: #AEC7CA;
	scrollbar-highlight-color: #AEC7CA;
	scrollbar-arrow-color: White;
	scrollbar-track-color: #709FAA;
################################*/
}
ul {
	margin-top: 0px;
}
li {
	margin-top: 1px;
	list-style-type: square;
	list-style-image: url(../images/commBullet.gif);
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
	color: #FFCC33;
	/*list-style-position: inside;
	background-color: #ECECEC;*/
	margin-left: -22px;
}
hr
{
	background-color: #FFCC99;
	border: 1px solid #FFCC99;
	height: 1px;
	width:100%;
}.Text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
