/*BACKGROUND GRAPHICS*/
body{
	background-image: url('../images/blend2.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/*GLOBAL FONTS*/
body, p, h1, h2, h3, h4, h5, h6, table, tr, td, th, ul, ol, li {
font-family: helvetica, arial, sans-serif;
color: #000066;
}

p, table, tr, td, th, ul, ol, li{
font-size: 12px;
}

h1{
font-size: 18px;
font-weight: bold;
text-decoration: underline;
}
h2{
font-size: 16px;
font-weight: bold;
}
h3{
font-size: 14px;
font-weight: bold;
}
h4{
font-size: 12px;
font-weight: bold;
}

a:link {
color: #000088;
text-decoration: underline;
font-weight: bold;
}
a:visited {
color: #000088;
text-decoration: underline;
font-weight: bold;
}
a:active {
color: #000088;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #000044;
text-decoration: underline;
font-weight: bold;
}


/*CONTENT AREAS*/
.maincontent {
background-color: #ffffff;
padding: 5px;
}

td.bottombar{
background-color: #ff6600;
color: #DDDDDD;
font-size: 10px;
padding: 6px;
text-align: center;
}

/*BOTTOM BAR OVERRIDES*/
td.bottombar a:link {
color: #FFFFFF;
font-weight: normal;
}
td.bottombar a:visited {
color: #FFFFFF;
font-weight: normal;
}
td.bottombar a:active {
color: #FFFFFF;
font-weight: normal;
}
td.bottombar a:hover {
color: #EEEEEE;
font-weight: normal;
}
td.bottombar a:visitedhover {
color: #EEEEEE;
font-weight: normal;
}
td.redback a:link {
color: #003366;
}
td.redback a:visited {
color: #003366;
}
td.redback a:active {
color: #003366;
}
td.redback a:hover {
color: #001144;
}
td.redback a:visitedhover {
color: #001144;
}
