body {
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-color: #54b0ff;
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Verdana, sans-serif;
/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
font-size: 12px;
color: #777777;
}

input, select, textarea, iframe {
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, Verdana, sans-serif;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #777777;
}

a {
color: #1eacee;
text-decoration: underline;
}

.menu {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
padding-left: 6px;
padding-right: 2px;
padding-bottom: 16px
}

.large {
font-weight: bold;
font-size: 16px;
/*color: #333333;*/
color: #3366CC;
}

.medium {
font-weight: bold;
font-size: 13px;
/*color: #333333;*/
color: #3366CC;
}

.green {
	font-size: 14px;
	font-weight: bold;
	color: #66FF99;
}

.blue {
	font-size: 14px;
	font-weight: bold;
	color: #66CCFF;
}

.orange {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33
}
tr.tablecell {
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
}
table.tableborder {
	border: 1px solid #6699CC;
}