/* DarkBlue:   0     70    120   #004678  */
/* MiddleBlue: 120   160   200   #78a0c8  */
/* LightBlue:  230   240   250   #e6f0fa  */
a,b,td,th,p,div,form,h1,h2,h3,h4,blockquote,ul,ol {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-size: 8px;
}
a:link {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   color: #78a0c8; /* #0a64ff;  #52188C; */
   font-size: 8px;
   font-weight: bold;
   text-decoration: none;
} 
a:visited {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   color: #7f7f7f;
   font-size: 8px;
   font-weight: bold;
}
a:hover {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   color: #004678; /* #393939; */
   font-size: 8px;
   font-weight: bold;
   text-decoration: underline;
}
a:active {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   color: #0000de;
   font-size: 8px;
   font-weight: bold;
}
body {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/* background-image: url(../img/bg02.gif); */
	background-image: url(../img/main/bg00.gif);
	background-repeat: repeat-x;
	/* background-attachment: fixed; */
	background-color: #e6f0fa;
	color: #000000;
}
SPAN {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-size: 8px;
   font-weight: bold;
}
html, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a.blackbar:link { font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; color: #0a64ff; font-size: 8px; font-weight: bold; } /* #52188C; */
a.blackbar:visited { font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; color: #a3a3a3; font-size: 8px; font-weight: bold; }
a.blackbar:hover { font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 8px; font-weight: bold; }
a.blackbar:active { font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; color: #dbdbdb; font-size: 8px; font-weight: bold; }
/*
A{
    COLOR: #004678;
    TEXT-DECORATION: none
}
A:hover{
    COLOR: blue;
    TEXT-DECORATION: underline
}
A:active{
    COLOR: dimgray;
    TEXT-DECORATION: none
}
BODY, .tabNormal{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Trebuchet MS;
    FONT-SIZE: 8px;
}
*/
.lblTitle
{
	font-size: 32px;
	font-weight: bold;
	vertical-align: middle;
}
.curHand
{
	cursor: hand;
}
.marg5
{
	margin: 5px;
}
.marg10
{
	margin: 10px;
}
.centText
{
	text-align: center;
}
h2,h3,h4
{
	color: #004678;
}