body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}
table, td, tr, p, H1, H2, H3, H4, li, ul, ol, dl, div, blockquote, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
}

h1, h2, h3, h4 {
	
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

h1 {
	font-size : 2em;
}

h2{
	font-size : 1.7em;
}

h3{
	font-size : 1.3em;
}
h4{
	font-size : 1em;
}

hr {
    color: #001294;
    height: 2px;
    background-color: #001294;
}

.topbannercell {
    vertical-align:top;
    padding-bottom:2px;
    padding-top:1em;
}

/* Login page styles */

.loginstyle 
{
    padding:5px;
    border:1px solid black;
    background-color:#b2d3e9;
}

.point85font {
	font-size : .85em;
}

.point9emfont {
	font-size : .9em;
}

.smallcoloredtext1 {
	font-size : .85em;
	color:#0C5397;
}

.smallcoloredtext2 {
	font-size : .8em;
	color:#0C5397;
}

.highlighttext {
    color: Red;
}

.helptext 
{
    font-weight :normal;
    color:#900000;
    font-size:.85em;
    padding:0px;
    margin:0px;
}

.toppadding
{
	padding-top: 8px;
}

/****************/

a:link {
	text-decoration: underline;
}

a:link:hover {
	color: red;
	text-decoration: underline;
}

a.link:visited 
{
	text-decoration: underline;
}

a.cleanlink1:link 
{
	text-decoration: none;
	color:#404452;
}

a.cleanlink1:visited 
{
	text-decoration: none;
	color:#404452;
}

a.cleanlink1:hover
{
	text-decoration: underline;
	color: red;
}

td.titlebar {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0A560;
	border-bottom-color: #D0A560;
}	
td.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D0A560;
}	
	
.caption {
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	}
	
.floatright { 
    float:right;
    margin-left:5px;
}
    
.super { 
	vertical-align: top;
	font-size: .8em;
	padding-left:1px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.accordionHeader
{
    border: 1px solid #000000;
    color: black;
    background-color: #F3DE87;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
    text-align:left; 
}

.accordionContent
{
    font-family: Arial, Sans-Serif;
    background-color: #B5D1E3;
    border: 1px solid black;
    border-top: none;
    padding: 3px;
    padding-top: 2px;
    font-size: 8pt;
    text-align:left; 
}

.accordionLink
{
 background-color: #D3DEEF;
    color:White;
}

.difcursor {cursor:pointer;} 


/* Announcement Grid Styles */

.AnnouncementGrid 
{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-collapse:collapse; 
    margin: 0;
}
.AnnouncementGrid td
{
    border-left-width:0px; 
    border-right-width:0px; 
    border-top-width:0px; 
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #000000;
    border-collapse:collapse; 
    margin: 0;
    padding: 3px;
    text-align: left;
}
.AnnouncementGridItem
{
background-color: #ffffff;
}

.AnnouncementGridAltItem
{
background-color: #b2d3e9;
}


	
@media screen, projection {
.genericnoprint { }
.genericnodisplay { display:none; }
.contentdiv 
{
    position:absolute;
    top:55px;
    left:0px;
}
span.printdark { }
}

@media print {
.genericnoprint { display:none; }
.genericnodisplay { }
.contentdiv { 
    position:relative;
    left:0px;
    top:0px;
    height:auto; 
    width: auto;
}
span.printdark { color:#000000; }
a:link { text-decoration: none; color:black; }
a:visited { text-decoration: none; color:black; }
}


