/* Body */
body {
	background-color: #ebf8ff;
	/*background-image: url(../test.gif);
	background-repeat: repeat-x;*/
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #555555;
	text-align: left;
	line-height: 1.5em;
}

/* Small body text */
.small_body {
	margin: 0px 0px 0px 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	color: #444444;
	text-align: center;
}

/* Header text */
.header {
	margin: 0px 0px 0px 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #555555;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
}

/* Outer table */
.table {
	border: 1px solid #888888;
	padding: 10px;
	background-color: #FFFFFF;
}

/* Content Pane table */
.inside_top_table {
	border: 1px solid #888888;
	background-color: #FFFFF5;
	background-image: url(../images/extra.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 5px;
}

/* Footer */
.bottom_table {
	padding: 2px;
	background-color: #ebf8ff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}


/* Links */
a:link {
	color: #2880B2;
	text-decoration: underline;
}

a:visited {
	color: #0b4d73;
	text-decoration: underline;
}

a:link:hover, a:visited:hover {
	color: #D31E1E;
	text-decoration: underline;

}

a:link:active, a:visited:active {
	color: #EE0000;
	text-decoration: underline;

}

/* Nav Links */
a.navigation {
font-size: 12pt;
color:#555555;
font-weight: bold;
}

a.navigation:link {
color: #555555;
font-weight: bold;
text-decoration: none;
}

a.navigation:visited {
color: #555555;
font-weight: bold;
text-decoration: none;
}

a.navigation:hover {
color: #D31E1E;
font-weight: bold;
text-decoration: underline;
}

a.navigation:active {
color: #888888;
font-weight: bold;
text-decoration: none;
}
