.basicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.blueLink 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0033FF;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6a8839;
	background-color: #e2dcd8;
}
.buttonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6a8839;
	background-color: #000000;
	border-color: #8b4513;
}
.alertText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #0066FF;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000;
}
.requiredText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6a8839;
}
.tabText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #008080;
	background-color: #000000;
	width: 150px;
}
.tabInfoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #008080;
}
.tabTextAdmin {
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	background-color: #008080;
	width: 200px;
}
.tabInfoTextAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #008080;
	background-color: Transparent;
}
.tabLineAdmin {
	background-image: url('../images/lineAdmin.gif');
	background-repeat: repeat-x;
	background-position: center top;
	/*border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #0033ff;*/
}
.dialogBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.panelHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-style: normal;
	background-color: #03ad32;
	font-variant: normal;
	width: 100%;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#grid td
{
	padding: 1px;
}
.vTop{vertical-align:top;}
#searchEmail{ text-align: center;}
