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

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

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

.addMsgRequired
{
	color: Maroon;
	font-size: xx-small; 
	font-weight:		bold;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
}

.bodytext
{
	color:	 			black;
	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: white;
	font-size:	 		x-small;
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, sans-serif;
	background-color: darkslateblue;
}
.menu A
{
	color: white;
	font-size: x-small;
	font-weight:		bold;
	text-decoration:	none;
}
.menu A:hover
{
	color: white;
	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;
}


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

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

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

.msgTitle
{
	color: darkslateblue;
	font-size: medium; 
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, Helvetica, sans-serif;
}

.msgUpdtime
{
	color:	 			#888888;
	font-size: xx-small; 
	font-weight:		bold;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
}


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

.pageFooterMenuHilite {
	font-weight: bold;
}

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

.pageTitle
{
	color:	 			 darkslateblue;
	font-size: large; 
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.adminpageTitle
{
	color: Maroon;
	font-size: large; 
	font-weight:		bold;
	font-family:	 	Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
}
