/* CSS Document */
.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
      }

.H1 {
	font-size: 14px;
	font-weight: bold;
	color: #67081E;
}

.btnGreen{
	width: 75px;
	border: 2px outset #999999; 
	background-color:#669933; 
	color:#FFFFFF; 
	font-weight:bold; 
	height:20px;
}


input, textarea, select {
	font-size: xx-small;
	color: #67081E;
	border: 2px solid #474747;
	background-color: #FFFFFF;
	
}
	
/* 
================================================================================================================
The "TopMenu" Controls the <A> tag for the links located at the top of each page in the Navigation Bar
================================================================================================================
*/

A.TopMenu {
	Color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
}
A.TopMenu:visited {
	Color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.TopMenu:hover {
	Color : #DCC1C0;
	text-decoration : none;
	font-weight: bold;
}

/*
================================================================================================================
*/


/* 
================================================================================================================
The "FooterMenu" Controls the <A> tag for the Footer URL's
================================================================================================================
*/

A.FooterMenu {
	Color : #4F4F4F;
	text-decoration : none;
	font-weight:normal;
	margin-left: 3px;
	margin-right: 3px;
}
A.FooterMenu:visited {
	Color : #4F4F4F;
	text-decoration: none;
}
A.FooterMenu:hover {
	Color : #8F3B4E;
	font-weight:normal;
	text-decoration : underline;
}
/*
================================================================================================================
*/




A.White {
	Color : #FFFFFF;
	text-decoration : underline;
	font-weight:normal;
}

A.White:visited {
	Color: #FFFFFF;
		text-decoration: underline;
}
A.White:hover {
	Color: #FFFFFF;
	font-weight: normal;
	text-decoration : none;
}



A {
	Color : #000000;
	text-decoration : underline;
	font-weight: bold;
}
A:visited {
	Color : #000000;
}
A:hover {
	Color : #67081E;
	text-decoration : underline;
	font-weight: bold;
}

/*
================================================================================================================
*/



table.SHSC_Red {
	border-width: 2px;
	border-spacing: 0p;;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.SHSC_Red th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: #67081E;
	-moz-border-radius: 0px;
	color:white;
	font-weight:bold;
}

table.SHSC_Red td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: #FFFFFF;
	-moz-border-radius: 0px;
}
