a:active {
	color: #8800FF;
	text-decoration: underline;
}
a:visited {
  color: #4444BB;
  text-decoration: underline;
}
a:link {
  color: #110088;
  text-decoration: underline;
}
a:hover {
  color: #0A57AF;
  text-decoration: underline;
}


a.navbar {
	color: #FFFFFF;
	background-color: #384868;
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	display: block;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	border-width: 2px;
	border-color: #6080A8;
	border-style: groove;
	padding-top: 5px;
}
a.navbar:hover {
        color: #000000;
        background-color: #7797C1;
		text-decoration: none;

		border-width: 2px;
		border-color: #384868;
		border-style: ridge;
}
a.navbar:active {
        color: #000000;
        background-color: #7797C1;
		text-decoration: none;

		border-width: 2px;
		border-color: #384868;
		border-style: ridge;
}
a.navbar:visited {
		color: #95B9E6;
		text-decoration: none;
}

h1 { font-size: 200%; 
	 color : #384868;
}
h2 { font-size: 180%; 
	 color : #384868;
} 
h3 { font-size: 150%; 
	 color : #384868;
}
h4 { font-size: 130%; 
	 color : #384868;
} 
h4.sub { font-size: 100%; 
	 color : #384868;
} 
h4.super { font-size: 140%; 
	 color : #384868;
} 
h5 { font-size: 120%; 
	 color : #384868;
}
h6 { font-size: 100%; 
	 color : #384868;
} 

BODY {
	background-color : #384868;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin : 0px 0px 0px 0px;
}

TD 
{
	border : 0px none;
	background : #FFFFFF;
	background-color : #FFFFFF;
	color : #000000;
}
TD.MAIN {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	vertical-align : top;
	padding-bottom : 0px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	}

TD.BACKBACK {
	background : #384868;
	}

TD.BLUEBACK {
	background : #6080A8;
	}

TD.GRAYBACK {
	background : #DDDDDD;
	}
	
TD.LEFT {
	background : #76889F;
	vertical-align : top;
}

P{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

LI{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}

P.LEFTLIST {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
}

P.LEFTHEAD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
}

P.DIVIDER {
	margin-bottom : 30px;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 30px;
	border-bottom-style: groove;
	border-bottom-color: #384868;
}

P.NORM {
	font-weight : normal;
	font-size : 12px;
}

P.HEAD {
	font-weight : bold;
	font-size : 14px;
}

P.SMALL {
	font-weight : normal;
	font-size : 9px;
}

P.INDENT {
	margin-left : 15px;
	font-weight : normal;
	font-size : 12px;
	margin-right : 15px;
}

P.FIGURE {
	margin-left : 15px;
	font-weight : bold;
	font-size : 12px;
	margin-right : 15px;
	font-style: italic;
	text-align: center;
}

LI.INDENT {
	margin-left : 15px;
	font-weight : normal;
	font-size : 12px;
	margin-right : 15px;
}
