body {
	background-color: #BBCDDD;
	font-family :  Arial, Helvetica, sans-serif;
	font-size :  12px;
	font-style :  normal;
	color : #333333;
	font-weight : normal; 
}
	
b {
	font-weight : bold;
}
	
table,tr,td,blockquote,p,ul,li {
	font-family :  Arial, Helvetica, sans-serif;
	font-size :  12px;
	font-style :  normal;
	color : #333333;
	font-weight : normal;
}

A:ACTIVE,  A:LINK, A:VISITED {
	color : #006699;
	text-decoration : underline;
}

A:HOVER {
	text-decoration : none;
	color : #825F93;
}	
	
.linkWhite {
 	color : #ffffff;
 	text-decoration : underline;
}
a.linkWhite:link,a.linkWhite:visited {
 	color : #ffffff;
 	text-decoration : none;	
}
a.linkWhite:hover {
 	color : #FFFFCC;
 	text-decoration : none;
}

.menuBlack {
 	font-family :  Arial,Helvetica,sans-serif;
	font-size :  11px;
	font-weight : bold;
	color : #000000;
 	text-decoration : none;
	margin-top : 10px;
	margin-bottom : 3px;
	margin-right : 3px;
}
a.menuBlack:link,a.menuBlack:visited {
 	color : #000000;
 	text-decoration : none;	
}
a.menuBlack:hover {
 	color : #006699;
 	text-decoration : none;
}
	
h1 {
	font-family :  Arial,Helvetica,sans-serif;
	font-size :  24px;
	font-style :  normal;
	color : #825F93;
	font-weight : normal;
}

h2 {
	font-family : Arial,Helvetica,sans-serif;
	font-size :  14px;
	font-style :  normal;
	color : #90264B;
	font-weight : bold;
}

h3 {
	font-family :  Arial,Helvetica,sans-serif;
	font-size :  12px;
	font-style :  normal;
	color : #000000;
	font-weight : bold;
}


.bodySm {
	font-size :  11px;
	margin-top : 20px;
	margin-bottom : 3px;
}

.bodyWhite {
	color : #ffffff;
}

.submenu {
	margin-top: 0px;
	margin-bottom : 0px;
	font-size :  11px;
}



