body {
 background: white;
 margin-left: 0;
 margin-top: 0;
 margin-right: 0;
 margin-left: 0;
}

body, li, td, div {
 font-size: 12px;
 font-family: helvetica, arial, sans-serif;
}

p.largefont {
	text-align: center;
	font-size: 13pt;
        font-weight: bold;
        color: #303A84
}

a {
 text-decoration: none;
 font-weight: bold;
 color: #303AF4;
}

a:visited {
 text-decoration: none;
 font-weight: normal;
 color: #303A54;
}

a:hover {
 color: #CE2825;
}


.white_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

table.box {
	background: white;
	padding:2px;
	border: 1px solid silver;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.codes {
	border: 1px solid silver;
	padding: 1px;
	margin-bottom: 16px;
	margin-top: 16px;
 margin-right: 20px;
 margin-left: 20px;
 font-family: "Lucida Console", courier;
 background: #FFFFDD;
 font-size: 16px;
}

div.box {
	border: 1px solid silver;
	padding: 1px;
	margin-bottom: 16px;
	margin-top: 16px;
 margin-right: 20px;
 margin-left: 20px;
 
}

div.boxtop {
 padding: 4px;
 background: #8D91B5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
}

div.boxtext {
  border-top: 1px solid black;
	padding: 4px;
	background: #F2F2F2;
        text-align: left;
}
div.inner {
 margin-right: 5px;
 margin-left: 5px;
}

td.listbox {
	border: 1px solid #787DA9;
	padding: 4px;
	margin: 0;
        background: #DBDBDB;
}

.listcaption {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: white;
}

.listhead {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #303A84;
}


td.links {
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #787DA9;
	padding: 4px;
	margin: 0;
        background: #DBDBDB;
}

td.links:hover {
        background: #FBFBFB;
}
