/***********************************************************
*                                                          *
* general-purpose styles
*                                                          *
***********************************************************/

.bodytext
{
	color:	 			#333333;
	font-size: x-small; 
	font-weight:		normal;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
}

.bodytext A
{
	color: 				Blue;
	font-weight:		bold;
	text-decoration:	underline;
}

.bodytext A:hover
{
	color:				Blue;
	font-weight:		bold;
	text-decoration:	underline;	
}

.bodytextsmall
{
	color:	 			#666666;
	font-size: 			xx-small; 
	font-weight:		normal;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
}

.bodyhead
{
	color: 				Maroon;
	font-size: medium;
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, sans-serif;
}

.bodytextHilite
{
	color: Maroon;
	font-weight:		bold;
}

.brightpurple 
{
	font-size:	 		xx-small;
	font-weight:		normal;
	font-family:	 	Verdana, Tahoma, Arial, sans-serif;
}

.brightpurple A
{
	color:	 			#993399;
	font-weight:		normal;
	text-decoration:	none;
}

.brightpurple A:hover
{
	color:	 			#993399;
	font-weight:		bold;
	text-decoration:	none;
}

.loginBox
{
	background-color: burlywood;
	padding: 20px;
	width: 200px;
}

.loginLabel
{
	color:	 			black;
	font-size:	 		x-small;
	font-weight:		bold;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
}

.menu
{
	color: Maroon;
	font-size:	 		x-small;
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, sans-serif;
	text-align:			left;
}
.menu A
{
	color: Maroon;
	font-size: x-small;
	font-weight:		bold;
	text-decoration:	none;
}
.menu A:hover
{
	color: Blue;
	font-size: x-small;
	font-weight:		bold;
	text-decoration: underline;
}
.menuHilite
{
	font-weight:		bold;
	text-decoration:	none;
}

.menutext
{
	color:	 			black;
	font-size:	 		xx-small;
	font-weight:		normal;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
	text-align:			left;
}

.pageFooterMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #555555;
	font-weight: normal;
}
.pageFooterMenu A {
	color: maroon;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
.pageFooterMenu A:hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.pageFooterMenuHilite {
	font-weight: bold;
}

.pageFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #555555;
	font-weight: normal;
}

.pageTitle
{
	color:	 			maroon;
	font-size: large; 
	font-weight:		bold;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.testimonial
{
	color: #333333;
	font-size: x-small; 
	font-weight:		normal;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.testimonialHilite
{
	color: Maroon;
	font-weight:		bold;
}
.testimonialName
{
	color:	 			#333333;
	font-size: x-small; 
	font-weight:		normal;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: italic;
}

/***********************************************************
*                                                          *
* SAS styles
*                                                          *
***********************************************************/
.sas_head
{
	color: 				white;
	background:			darkgoldenrod;
	font-size: 			xx-large;
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, sans-serif;
}

.sas_menu
{
	color: 				darkgoldenrod;
	font-size:	 		x-small;
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, sans-serif;
	text-align:			left;
}
.sas_menu A
{
	color: 				darkgoldenrod;
	font-size:			x-small;
	font-weight:		bold;
	text-decoration:	none;
}

