/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

/* default fonts */
body, form, p, table, td {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a.small {
	font: Arial;
	font-size: xx-small;
	color: Black;
	font-weight: normal;		
	text-decoration: none;	
}

a.small:link {
	font: Arial;
	font-size: xx-small;
	color: Black;
	font-weight: normal;		
	text-decoration: none;	
}

a.small:hover {
	font: Arial;
	font-size: xx-small;
	color: Red;
	font-weight: bold;		
	text-decoration: none;	
}

a.small:active {
	font: Arial;
	font-size: xx-small;
	color: Black;
	font-weight: bold;		
	text-decoration: none;	
}

small:visited {
	font: Arial;
	font-size: xx-small;
	color: Black;
	font-weight: normal;		
	text-decoration: none;		
}

/* default hyperlinks */
a:active, a:focus, a:link, a:visited {
	color: Black;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
color: #CD5C5C;
	text-decoration: none;	
	font-weight: bold;
	}

/* table caption */
caption {
	font-size: small;
	color: Black;
	font-weight: bold;
}



/* admin navbar text link button */
.clsAdminLink{
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin solid Black;
	text-align: center;
}

/* form hyperlinks acting as submit buttons */
.clsFormLinkButton{
	border: 1px dotted Blue;
}