/* Screen Layout */

body {
	margin:0;
	padding:0;
	background:#6DA18B url(images/bg.gif) repeat-y center top;
	font-size:12pt;
	font-family:Helvetica, Arial, Sans-serif;
}	


a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	


h1 {
	margin:0;
	padding:10px 0 0 10px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#333;
}

h2 {
	margin:0;
	padding:10px 0 0 10px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#333;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.blackbolditalic {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.smalltext {
	margin:0;
	padding:10px 0 0 10px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:10pt;
	color:#333;
}	

p {
	padding-left:10px;
	padding-right:10px;
}


li {	
	padding-right:10px;
}	


table.border1px {	
	border:1px solid #ccc;
	border-collapse:collapse;	
}


td.border1px {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#BBFFBB;
}	


td.menu {	
	background:url(images/menu_bg.gif) repeat-y left top;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

td.menuline {
	background:#FFFFFF;
	height:1.8em;
	line-height:1.8em;
	font-size:14pt;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;	
}

a.menuline {
	color:#333;
	text-decoration:none;
	display:block;	
}	

a.menuline:hover {
	background:#4C83BA;
	color:#fff;
}	

.menuheader {
	font-size:12pt;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
	text-align: center;
}	
	
td.footer {
	border-top:1px solid #ccc;
	text-align:center;	
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 10pt;
}
textarea, input, select
{
    font-size:10pt;
	font-family:Helvetica, Arial, Sans-serif;
}
