a { color: #990000; }

a:hover {
	border-bottom: 1px dashed red;
	color: red;
	text-decoration: none;
}

strong { font-weight: bold; }

body {
        background:    #FFFFFF;
	margin-top:    10px;
	margin-bottom: 20px;
	margin-left:   20px;
	margin-right:  20px;
}

body, div, th, td, form, p, li, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.small    {font-size: 80%;}

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%;
	border-top: 1px dashed #000;	
	background-color: #eeeeee;
	padding-top: 1px;
	padding-bottom: 1px;
	color: rgb(153,0,0); 
	text-align: center;
}

h2 {
	font-size: 130%; 
        border-top: 1px dashed #000;	
	background-color: #eeeeee;
	padding-top: 1px;
	padding-bottom: 1px;
	color: rgb(153,0,0); 
        text-align: left;
}

h3 {
	font-size: 120%;
	border-top: 1px dashed #000;	
	background-color: #eeeeee;
	padding-top: 1px;
	padding-bottom: 1px;
	color: rgb(153,0,0); 
	text-align: center;
}

h4 {
	font-size: 100%; 
	color: rgb(153,0,0); 
}

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; }
