body {
	background-color : #D7D7D7;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color : #333;
	font-size : 12px;
	font-family : verdana,arial;
}


a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #56459B;
	text-decoration : none;
}


a:visited  {
	text-decoration : none;
	color : #56459B;
}


a:hover  {
	text-decoration : underline;
	color : #039;
}




.SmallLinks a  {
	font-family : verdana,arial;
	font-size : 10px;
	color : #56459B;
	text-decoration : none;
}


.SmallLinks a:visited  {
	text-decoration : none;
	font-size : 10px;
	color : #56459B;
}


.SmallLinks a:hover  {
	text-decoration : underline;
	font-size : 10px;
	color : #A5C666;
}




.WhiteLinks a:link {
	color : #FFFFFF;
	font-size : 10px;
	font-family : verdana,arial;
}


.WhiteLinks a:visited {
	color : #FFFFFF;
	font-size : 10px;
}


.WhiteLinks a:hover {
	text-decoration : underline;
	color : #D9EC6B;
}

.BodyText  {
	margin: 0px;
	padding: 0px;
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
	text-align: left;
}


.BlueText {
	color : #002344;
}


.BlueBold  {
	color : #3F6AB3;
	font-size : 12px;
	font-weight: bold;
}

.bigtext  {
	font-family : verdana,arial;
	font-size : 13px;
	color : #333333;
}



.BodyText2  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
	margin: 20px;
	padding: 20px;
}



.BodyTextSmall  {
	color : #333333;
	font-size : 10px;
	font-family : verdana,arial;
}


.BodyTextSmall a {
	font-size : 10px;
}


.YellowTextSmall  {
	color : #036;
	font-size : 10px;
	font-family : verdana,arial;
}

.YellowText {
	color : #93BFFF;
	font-size : 12px;
	font-weight : normal;
	font-family : verdana,arial;
}

.PRESENTATION a {
	color : #FFF;
	font-size : 10px;
	text-decoration: none;
}

.PRESENTATION a:hover {
	color : #FC0;
	font-size : 10px;
}

.Red {
	color : #CC0000;
}


.Head1  {
	color : #56459B;
	font-size : 24px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 9px;
	line-height: 32px;
}


.Head2  {
	color : #3F6AB3;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}


.Head3  {
	color : #56459B;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

.Head4  {
	color : #464646;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

.GREY  {
	color : #5B6A91;
	font-size : 14px;
}

.WHITE  {
	color : #FFF;
	font-size : 14px;
	/*text-shadow: 0px 1px 0px #9780a6;*/
}


 hr {
	border: none 0;
	border-top: 1px dotted #CCC; /*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
 }

.TDrule  {
	border-bottom: 1px solid #eaeaea;
}



/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#56459B;
	font-weight:normal;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #088089;
	background:; 
	text-decoration: none;
}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 15px 0 0 0;
	width:320px;
	color: #333333;
	text-align: left;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #006171;
	background: url(../images/bubble.gif) no-repeat bottom;
}

.PRESENTATION td {
	background: url(../images/Button-Back.jpg) no-repeat;
	color: #FFF;
}
.PRESENTATION td:hover {
	background: url(../images/Button-Back-OVER.jpg) no-repeat;
	color: #FC0;
}

.PRESENTATION a {
	color : #FFF;
	font-size : 10px;
	text-decoration: none;
}

.PRESENTATION a:hover {
	color : #FC0;
	font-size : 10px;
}

