.globalBody{
	background-color : #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	cursor : default;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.siteTable{
	background-image : url('../images/bg2.jpg');
	border : 1px solid #747474;
	border-left : none;
	border-top : none;
	width : 700px;
}

.siteContentCell{
	vertical-align : top;
	padding-left : 20px;
}

.siteContentCell2{
	vertical-align : top;
	color : black;
	padding : 15px;
	text-align : justify;
	background-image : url('../images/gradient.jpg');
	font-weight : bold;
	background-repeat : no-repeat;
	background-position : top;
	background-color : white;
	font-size : 12px;
}

.siteContentCell3{
	text-align : center;
	background-image : url('../images/gradient2.jpg');
	background-repeat : no-repeat;
	background-position : bottom;
	background-color : white;
	font-size : 12px;
	height : 88px;
}

.siteContentText{
	padding-left : 10px;
	padding-right : 4px;
	color : white;
	font-size : 14px;
	font-weight : bold;
	position : static;
}

.topButMid{
	text-align : center;
	background-image : url('../images/topButMid2.gif');
	height : 35px;
	font-size : 10px;
	font-weight : bold;
	color : white;
}

.midButMid{
	text-align : center;
	background-image : url('../images/midButMid2.gif');
	height : 28px;
	font-size : 10px;
	font-weight : bold;
	color : white;
	padding-bottom : 3px;
}

.botButMid{
	text-align : center;
	background-image : url('../images/botButMid2.gif');
	height : 34px;
	font-size : 10px;
	font-weight : bold;
	color : white;
	padding-bottom : 7px;
}

.siteSeperator{
	background-color : #78667A;
	border : 2px solid #747474;
	border-left : none;
	border-right : none;
	font-weight : bold;
	font-size : 12px;
	color : white;	
	font-style : italic;
	padding-left : 10px;
}

.menuBut{
	cursor : pointer;
	width : 100%;
	border : 1px solid #78667A;
}

.menuButOn{
	cursor : pointer;
	width : 100%;
	border : 1px solid #958497;
}

.menuBut2{
	cursor : pointer;
	width : 100%;
	border : 1px solid #78667A;
}

.menuBut2On{
	cursor : pointer;
	width : 100%;
	border : 1px solid #958497;
}

a.siteNav{
	color : silver;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.siteNav:hover{
	color : white;
	font-size : 12px;
	text-decoration : underline;
}

div.formDiv{
	padding : 5px;
	width : 90%;
	border : 1px solid black;
	background-color : silver;
}

td.formLabel{
	color : #663366;
	font-weight : bold;
	text-align : left;
	font-size : 14px;
	font-style : italic;
}

td.formField{
	text-align : left;
	vertical-align : middle;
	padding : 5px;
	padding-left : 10px;
	font-size : 12px;
	font-weight : bold;
}

textarea.formField{
	font-size : 12px;
	border : 1px solid black;
}

input.formField{
	font-size : 12px;
	border : 1px solid black;
}

input.formButton{
	border : 1px outset white;
	background-color : #663366;
	color : white;
	font-size : 12px;
	font-weight : bold;
	padding : 2px;
}

td.formText{
	color : #663366;
	font-weight : bold;
	text-align : left;
	font-size : 12px;
}

a.siteLinks1{
	color : #800080;
	text-decoration : underline;
}

a.siteLinks1:hover{
	color : Indigo;
	text-decoration : underline;
}

.topLink{
	color : black;
	font-weight : bold;
	font-size : 12px;
}