@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333366;
	line-height: 1.5em;
}
a {
	color: #D2CCEA;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
}

.tdLeft {
	background-image: url(images/trace_left.gif);
	background-repeat: repeat-y;
}
.tdRight {
	background-image: url(images/trace_right.gif);
	background-repeat: repeat-y;
}
.tdBotom {
	background-image: url(images/trace_bot.gif);
	background-repeat: repeat-x;
}
.tdTop {
	background-image: url(images/trace_top.gif);
	background-repeat: repeat-x;
}
#tdNavigation  a {
	display: block;
	background-image: url(images/NavBtn.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 43px;
	width: 134px;
	color: #FFFFFF;
	padding-top: 11px;
}
#tdNavigation  a:hover {
	color: #FFFF66;
}
.tdLeftJust {
	text-align: left;
}
.tdCentreJust {
	text-align: center;
}
.lightBorder {
	border: 1px solid #CBCBE4;
}


input[readonly], textarea[readonly] 
{
	background-color: #333366;
	cursor: default;
	color: #FFFFFF;
	border: 0;
} 
th {
	background-color: #CBCBE4;
	color: #333366;
}

#logoText {
	position:absolute;
	z-index:1;
	top: 122px;
	text-align: left;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1em;
	left: 50%;
	width: 440px;
}

.footerText {
	font-size: 8px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


