body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

ul#nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}

ul#nav li a:hover {
	color: #8f0303;
}

ul#nav li a.active {
    color: #8f0303;
}

h1 {
	color: #010099;
	font-size: 2.8em;
	margin: 0 0 14px;
}

h2 {
    font-size: 1.4em;
    margin: 0 0 14px;
    font-weight: normal;
}

h3  
{
    font-size: 1.6em;
    margin: 14px 0 0; 
    font-weight: bold;
}

h4  
{
    font-size: 1.1em;
    margin: 5px 0;
    font-weight: bold;
}


p {
	margin: 0 0 14px 0;
	line-height: 1.5em;
}

#title {
	color: #970000;
	width: 450px;
	height: 60px;
	font-weight: bolder;
	font-family: Times New Roman, Times, serif;
	font-size:500%;
	text-align: center;
	filter:Shadow(color=#000000,Direction=270,strength=4);


}


#contentWrapper a {
	color: #2f2d2d;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
    background-image: url('../img/icon-greenarrow-ffffff.gif');
    background-position: right;
    background-repeat: no-repeat;
}

#contentWrapper a.blue {
	color: #010099;
	background-image: url('../img/icon-arrow-ccccff.gif');
}

#contentWrapper a:hover {
	text-decoration: underline;
}

#contentWrapper a.noarrow {
    background-image: none;
    padding: 0;
}

#footer a {
    color: #970000;
    text-decoration: none;
}

#footer a:hover {
    color: #eefd01;
}

input[type=submit] {
    padding: 3px;
    color: #333333;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	background-image: url('../img/input-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

input[type=password] {
    padding: 3px;
    color: #333333;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	background-image: url('../img/input-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

input[type=submit]:hover {
    text-decoration: none;
    border: solid 1px #666666;
}

select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	background-image: url('../img/input-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
}

select option {
    background: #ffffff;
}

input[type=text] {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	background-image: url('../img/input-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	background-image: url('../img/input-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
}

img {
    border: none;
}

table.data, .rptTableData {
    border-collapse: collapse;
    width: 100%;
}

table.data th.data, .rptTableThData {
    background: #eeeeff;
    font-weight: bold;
    padding: 5px;
    border-top: solid 1px #ccccff;
    border-bottom: solid 1px #ccccff;
    text-align: left;
    line-height: 1.5em;
}

table td.data .rptTableTdData {
    padding: 5px;
    border-top: solid 1px #ccccff;
    border-bottom: solid 1px #ccccff;
    line-height: 1.5em;
}

.initiallyHidden
{
    display:none;
}

.initiallyHidden
{
    text-align:right;
}

.rightAlign
{
    width: 100%;
    text-align: right;
    float:right;
    clear:both;
}

.errorMsg
{
    color: #FF0000;
    font-weight: bold;
}
