a { color: #000099; }

a:hover {
	border-bottom: 1px dashed blue;
	color: blue;
	text-decoration: none;
}

strong { font-weight: bold; }

body {
        background:    #FFFFFF;
        margin-top:    20px;
	margin-bottom: 10px;
	margin-left:   50px;
	margin-right:  50px;
	
}

body, div, th, td, form, p, li, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.small    {font-size: 11px; }
.blue     {font-size: 11px; color: rgb(0,0,153); }
.center   {font-size: 11px; text-align: center;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	/* text-transform: uppercase; */
}

h1 {
	text-transform: uppercase;
}

code { font: 13px monospace; }

h1 {
	font-size: 140%;
	color: rgb(0,0,153); 
	text-align: center;
}

h2 {
	font-size: 130%; 
        color: rgb(0,0,153); 
        text-align: left;
}

h3 {
	font-size: 120%;
	color: rgb(0,0,153); 
	text-align: left;
}

h4 {
	font-size: 100%; 
	color: rgb(0,0,153); 
}

hr { color: #000; height: 1px; }

/*
li {
	list-style-image: url(/images-new/linkarrow.gif);
	list-style-type: square;
}

*/

.marker {font-weight: bold; background-color: rgb(0,255,0);}

strong { font-weight: bold; }

.noindent {text-indent: 0in;}

.centered {text-indent: 0in; text-align: center;}

.left {text-indent: 0in; text-align: left;}

EM{font-weight: bold; font-style: italic; }