body {
	background: #B6C6E7 url('img/background.gif') top left repeat-x;
}
body, td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11;
	line-height:1.5em;
	color:#435A89;
}

td.clickable {
		background: #597BC1;
		color:#ffffff;
		line-height:1.0em;
		text-decoration: none;
		font-weight: bold;
		font-size: 10;
		cursor: pointer;
		padding-left: 10px;
		padding-top: 7px;
		padding-bottom: 7px;
}

td.clickableover {
		background: #4268B8;
		color:#FFC600;
		line-height:1.0em;
		text-decoration: none;
		font-weight: bold;
		font-size: 10;
		cursor: pointer;
		padding-left: 10px;
		padding-top: 7px;
		padding-bottom: 7px;
}

h1 {
		font-size:24;
		font-weight:normal;
		line-height:1.2em;
		margin-bottom:12px;
		margin-top:0px;
		color:#164EC2;
}

a {
			color: #006CFF;
			text-decoration: none;
			
}
a:hover {
			color: #0055C8;
}

input.submit {
border: 1px solid #597BC1;
background-color: #4268B8;
color: #FFC600;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 1.4;
}

input.fieldtext {
border: 1px solid #4268B8;
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
}

textarea.fieldtext {
border: 1px solid #4268B8;
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
}
