/* general settings */
/* #D9DBCD colors rgb(208 223 223), rgb(47 95 95)  rgb(247 247 247); */
/* gray body text color #50677D */
/* dark blue banner background #006090 */
/* another dark gray #647b93 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	background-image: url(../images/bg.gif); 
	margin-top:5px;
	margin-left:1%;
	margin-right:1%;
	}

a, A {
	text-decoration: underline;
	font-weight: bold;
	color:  blue;
	outline: none;
	background: none;
	}
	
li {
	font-size: 12px;
}
a:visited {
	color:  white;
	}
a:active {
	color: white;
	}
a:hover {
	color: orange;
	text-decoration: none;
	}

.norm a {
	color:  #006090;
	text-decoration:underline;
	}
.norm a:visited {
	color:  #006090;
	text-decoration:underline;
	}

.norm a:hover {
	color: orange;
	text-decoration: none;
	}

/* an link embedded in other tags*/
#emb_link A,a {color:#006090;}
#emb_link A:hover {	text-decoration:none;color:orange;}
#emb_link A.selected {color: black;text-decoration:none;}
#emb_link A.selected:hover {text-decoration:none;color:black;}
#emb_link A.visited {color:#006090;}

strong, b {
	font-weight: bold;
	}
p, P {
	font-size: 12px;
	line-height:22px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:5px; 
	}
	
.P1 {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:5px; 
	}

	
p.smallPad{
	margin-top: 4px;
	margin-bottom: 1px;
}

label, input, select { outline:none; }


h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:#50677D;
	border-bottom:4px orange solid;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0;
	border-bottom:2px #cccccc solid;
	color:black;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0;
	border-bottom:4px orange solid;
	color:#50677D;
	}
h4 {
	padding-top:10px;
	margin-right:5px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color:#647b93;
	}
h4.ul {
	border-bottom:1px solid #003366;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}	
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	