/*********************************************************************
------------ Global Link definitions
*/
a:link,a:active{
	color: #001e4a;
	text-decoration: none;
}

a:visited{
	color: #990099;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.white:link,a.white:active{
	color: #ffffff;
}

a.white:visited{
	color: #ffffff;
	text-decoration: none;
}

a.white:hover{
	color: #e5e5e5;
	text-decoration: underline;
}

/*********************************************************************
------------ Global HTML Tag Definitions
*/
body {
	background-color: #e5e5e5;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3{
	color: #B52024;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.5em;
	margin: 7px 0 10px 0;
}

h1{
	font-size: 130%;
}

h2{
	font-size: 120%;
}

#heading1, #heading2, #heading3, #heading4, #heading5{
	border: 1px solid #e5e5e5;
   background-color:#f5f5f5;
   padding:.1em;
}

h3{
	font-size: 110%;
}

p{
	color: #000000;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 3px;
}

p.tempblue{
	background-color: #ffffff;
	color: #000099;
	font-size: 90%;
	font-weight: bold;
}

img{
	border: none;
}

img.navimage{
	height: 14px;
	vertical-align: middle;
	width: 14px;
}

span.cron {
     color: #336633;
     background-color: transparent;
     display: block;
     font-size: 90%;
     border-top: 1px dashed #cccccc;
     margin: 0;
     margin-top: 3px;
     padding: 2px;
}

img.sectionCollapse
{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

img.sectionExpand
{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.nowrap {white-space: nowrap;}
.center {text-align: center;}
.noborder {border:none;}
.block {display:block;margin:3px;}
