@charset "UTF-8";

TD,P,B,INPUT,DIV{font-family:arial,helvetica; font-size:12px} 

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
	font-size: small;
	background-color: #000000;
}


.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.fabb_grey_nav  {
	font-size: 90%;
	color: #555555;
}

.style1 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.style2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.style4 {
	font-size: medium;
	color: #990000;
}
.style5 {color: #FF0000}

.style6 {color: #990000}

.style_very_small_grey {
	font-size: smaller;
	color: #CCCCCC;
}

.style_std_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style_std {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.style_descrip {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #990000;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
	color: #000000;
    background-color: #FFFFCC;
}


.Style11points {font-size: 11pt}

