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


body, td, input, textarea{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height:normal;
	vertical-align:top;
	padding:0px;
	font-weight: normal;
}

.menuheader {
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 95%;
	clear: both;
	text-align: left;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
} 

.menuheaderRight {
	font-size: 10pt;
	position: relative;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 80%;
	clear: both;
	text-align: left;
	float: left;
	padding-top: 3px;
}

.Text80 {
	width:90%;
	font-size:8pt;
	padding-left: 5px;
}

.menuEmpty {
	height: 8px;
	width: 98%;
	clear: both;
	float: left;
	padding-left: 2px;
	padding-top: 3px;
}

.button{
	width:20px;
	height:15px;
	text-align: center;
	font-size:8pt;
}

.buttonLarge{
	width:60px;
	height:20px;
	text-align: center;
	font-size:8pt;
	margin-bottom: -10px;
}

.textareaLarge{
	width:95%;
	height:70px;
	overflow:auto;
	text-align: left;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.inputLarge{
	width:200px;
	height:20px;
	text-align:left;
	font-size:8pt;
	margin: 0;
	margin-bottom: -10px;
}


/* links */

a:link {
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: #333;
}

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

a:active {
	text-decoration: underline;
	color: #F00;
}

ul{margin:0; padding:0; list-style:none; line-height:18px}

span {
	color:#333;
}

.a{
	font-size:12px
}

a {
	font-size: inherit;
	color: #F00;
}



/* Headings */


h1 {
	font-size: 16px;
	color: #333;
	line-height: 16px;
}

h2 {
	font-size: 14px;
	color: #333;
	line-height: 14px;
}

h3 {
	font-size: 12px;
	color: #333;
	line-height: 12px;
}

h4 {
	font-size: 10px;
	color: #333;
	line-height: 10px;
}

h5 {
	font-size: 10px;
	color: #F00;
	line-height: 10px;
}

h6 {
	font-size: 9px;
	color: #333;
	line-height: 9px;
}

.Text {
	font-size: 7pt;
	color: #333;
	text-align: left;
	padding-top: 10px;
}

.TextCentre {
	font-size: 7pt;
	color: #333;
	text-align: center;
	padding-top: 2px;
}

.TextContentBottom {
	vertical-align: bottom;
	text-align: left;
	padding: 2px;
	color:#F00;
	font-weight: bold;
}


/* Navigation Bar */


.previousLink {
	font-style:italic;
	font-size:10px;
}

.currentLink {
	font-style:italic;
	font-weight: bold;
	font-size:10px
}



/* Menu-Bar */


.menuTab {
	font-weight:bold;
	font-size:12px;
	color:#333;
}

.menuTabCurrent {
	font-weight:bold;
	font-size:12px;
	color: #FFF;
}
.menuTab:active, .menuTab:hover {
	font-weight:bold;
	font-size:12px;
	color: #FFF;
}
