/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(50,50,50);
 	font-weight: normal;
 	font-style: normal;
 	background-image: url( "../assets/images/back.gif" )
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(153,51,51);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(153,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.aha_normal {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 9pt;
 	color: rgb(50,50,50);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(230,230,230)
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(50,50,50);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(50,50,50);
 	line-height: 12pt;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(153,51,51);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(50,50,50);
 	font-weight: normal;
 	font-style: normal
}

.button {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(153,51,51);
 	border: 1px solid rgb(0,0,0);
 	padding-top: 1pt;
 	padding-bottom: 1pt
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(153,0,0);
 	font-weight: bold;
 	text-decoration: underline
}