/* This is the default CSS*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#6D748A;
}

td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1 { font-size:20pt; color: #E75472;}
h2 { font-size:17pt; color: #E75472;}
h3 { font-size:14pt; color: #E75472;}
a:link {color:#50638F;}
a:visited {color:#50638F;}
a:active {color:#50638F;}
a:hover {color:#50638F;}

#exchangemodule { position:absolute; width:750px; left:0px; top:171px; background-color:#FFFFFF; padding:10px;}

.button {background-color:#6D748A; color:#BFE6AD; padding:2px; font-weight:bold;}
.alert { color:#993333; font-weight:bold;}
.tableband { color: #DCF9D0; font-weight:bold; background-color:#6D748A; font-size:14px; text-align:left;} 
.tableband a:link { color: #DCF9D0; text-decoration:underline;} 
.tableband a:visited { color: #DCF9D0; text-decoration:underline;}
.tableband a:active { color: #DCF9D0; text-decoration:underline;}
.tableband a:hover { color:#DCF9D0; text-decoration:underline;}
.small { font-size:12px;}
.box {border:solid; border-color:#000000; border-width:1px; border-top:#6D748A; border-top-width:10px; border-top-style:solid; padding:5px; margin-bottom:10px; }

#bookmarks { width:250px; float:right; border:solid; border-color:#000000; border-width:1px; border-top:#6D748A; border-top-width:10px; border-top-style:solid; padding:10px; margin-left:10px;}

.evenrow {background-color:#FFFFFF;}
.oddrow {background-color: #EBEBEB;}

/*For the Module navigation buttons */
#navlist ul
{
padding-left: 0px;
margin-left: 0;
font-size:12px;
}

#navlist ul li { display: inline; line-height:30px;}
#navlist ul li a
{
padding: 0.4em 0.6em;
background-color: #9C8CBD;
color: #BFE6AD;
font-weight:bold;
text-decoration: none;
}
#navlist ul li a:hover
{
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

ACRONYM {
	speak: spell-out;
}