body
{
	font-family:Times New Roman; font-size:10pt;
}


.TabHeader{
	font-size:9pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
	color:black;
	border-width:1px;
	border-style:Ridge;
	border-collapse:collapse;
	background-color : white;
}

.TabHeader A:visited {
			color: red; 
			text-decoration: none;
		}
		.TabHeader A:link {
			color: red; 
			text-decoration: none;
		}
		.TabHeader A:hover {
			color: red; 
			text-decoration: underline;
		}
		.TabHeader A:active {
			color: red; 
			text-decoration: underline;
		}
		

.TabHeaderInActive{
	font-size:9pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
	color:#606060;
	border-width:1px;
	border-style:Ridge;
	border-collapse:collapse;
	background-color : #eeeeee;
}

.TabHeaderInActive A:visited {
			color: #606060; 
			text-decoration: none;
		}
		.TabHeaderInActive A:link {
			color: #606060; 
			text-decoration: none;
		}
		.TabHeaderInActive A:hover {
			color: red; 
			text-decoration: underline;
		}
		.TabHeaderInActive A:active {
			color: red; 
			text-decoration: underline;
		}
		

.InputLabel{
	font-size:10pt;
}

.InputArea{
	
	font-size:8pt;
}


.AdminPageTitle{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16pt;
			font-weight:bold;
		}
		
		.AdminListItem{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			background : White;
		}
		
		.AdminListItem A:visited {
			color: black; text-decoration: none;
		}
		.AdminListItem A:link {
			color: black; text-decoration: none;
		}
		.AdminListItem A:hover {
			color: blue; text-decoration: underline;
		}
		.AdminListItem A:visited:hover {
			color: blue; text-decoration: underline;
		}
		.AdminListItem A:active {
			color: red; text-decoration: underline;
		}
		
		.AdminAlternatingListItem{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			background-color:Gainsboro;
		}
		
		.AdminAlternatingListItem A:visited {

			color: black; text-decoration: none;
		}
		.AdminAlternatingListItem A:link {
			color: black; text-decoration: none;
		}
		.AdminAlternatingListItem A:hover {
			color: blue; text-decoration: underline;
		}
		.AdminAlternatingListItem A:active {
			color: red; text-decoration: underline;
		}
		
		.AdminSelectedListItem{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight:bold;
			background : Teal;
			font-style : italic;
		}
		
		.AdminSelectedListItem A:visited {
			font-size: 12px;
			color: black; text-decoration: none;
		}
		.AdminSelectedListItem A:link {
			font-size: 12px;
			color: black; text-decoration: none;
		}
		.AdminSelectedListItem A:hover {
			font-size: 12px;
			color: blue; text-decoration: underline;
		}
		.AdminSelectedListItem A:active {
			font-size: 12px;
			color: red; text-decoration: underline;
		}
		
		.AdminListItemHeader{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			background : black;
			color: white;
			font-weight:bold;
		}
		
		.AdminListItemHeader A:visited {
			font-size: 12px;
			color: white; text-decoration: none;
		}
		.AdminListItemHeader A:link {
			font-size: 12px;
			color: white; text-decoration: none;
		}
		.AdminListItemHeader A:hover {
			font-size: 12px;
			color: yellow; text-decoration: underline;
		}
		.AdminListItemHeader A:active {
			font-size: 12px;
			color: red; text-decoration: underline;
		}
		
		.errorMessage{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight:bold;
			color:red;
		}
		
.cardMessageText{
	font-family:Times New Roman;
	font-size:16pt;
}

.cardSubjectLine{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
}


.smallTextBox{
font-size:8pt;
}

.categoryListHeader{
	background-color: #EEE8AA;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.categoryListDescription{
	background-color: #EEE8AA;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.categoryListItem{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


