/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 75%
}

th {
	text-align: left;
	font-size: 85%;
}

a {
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
}

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

h1{
	font-family: Arial,sans-serif;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 110%;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

P {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul,li {
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

hr {
	height: 1px;
	color: #5F6B93;
}

caption {
 font-family: Arial,sans-serif;
 font-size: 75%;
 font-weight: bold;
}

textarea {
 font-family: Arial,sans-serif;
}

/***********************************************/
/* Extended html tags styles                   */
/***********************************************/

a.menu {
	color: #ffffff;
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover{
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
}

a.menu:visited{
	text-decoration: none;
}

a.menu-header {
	color: #ffffff;
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

a.menu-header:hover{
	background-color: #ffffff;
	color: #000000;
}

a.menu-header:visited{
	text-decoration: none;
}

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

a.footer:hover{
	color: #000000;
	text-decoration: none;
}

a.footer:visited{
	color: #000000;
	text-decoration: none;
}

.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 120%;
}

/***********************************************/
/* Backgrounds                                 */
/***********************************************/

.bgcolor1 {
	background-color: #112143;
	color: #ffffff;
	font-weight: bold;
}

.color1 {
	color: #112143;
}

.bgcolor2 {
	background-color: #5F6B93;
	color: #ffffff;
	
}

.color2 {
	color: #5F6B93;
}

/***********************************************/
/* Borders		                                 */
/***********************************************/

.border-right {
	border-right-color: #5F6B93;
	border-right-style: solid;
	border-right-width: 1px;
}

.border-bottom {
	border-bottom-color: #5F6B93;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.border-box {
	border-top-color: #5F6B93;
	border-top-style: solid;
	border-top-width: 1px;

	border-bottom-color: #5F6B93;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-left-color: #5F6B93;
	border-left-style: solid;
	border-left-width: 1px;

	border-right-color: #5F6B93;
	border-right-style: solid;
	border-right-width: 1px;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

table.header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #5F6B93;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

table.main {
	width: 100%;
	background-color: #5F6B93;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

table.strapline {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.categories {
	width: 100%;
	padding: 10px;
	margin: 10px;
	border: 0px none;
}

table.main-profile {
	width: 100%;
	padding: 10px;
	margin: 0px;
	border: 0px none;
}

table.footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: 5px solid #5F6B93;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

td.left {
	width: 150px;
	vertical-align: top;
}

td.middle {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

td.right {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;	
}

td.nav {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.feature {
	width: 100%;
	padding: 5px;
}

td.feature {
	border-bottom-color: #5F6B93;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.search-results {
	width: 100%;
	padding: 5px;
	margin: 0px;
	border: 0px none;
}

tr.search-results {
	vertical-align: top;
}

td.search-results-featured {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 5px;
}