body {
	font-family: Tahoma, Verdana, Arial;
	color: #CCCCCC;
	margin-left:0px;
	margin-right:0px;
}
.navigation {
	font-size: 10px;
	text-align: center;
}
.uberlink {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
.page {
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(design/template_r3_c2.jpg);
	background-position: center center;
	background-color: #565656;
}
.text {
	font-size: 10px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.picframe {
	background-color: #666666;
}
.picmount {
	background-color: #FFFFFF;
	border: 2px inset #CCCCCC;
	text-align: center;
}
.textbox {
	font-size: 10px;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	font-size: 10px;
}
#checkbox {
	background-color: #555555;
	border: 0px;
}
.inputrequired {
	background-color: #FFCCCC;
	border: 1px solid #BBBBBB;
	font-size: 10px;
}
select {
	font-size: 10px;
}
.button {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	border: 1px outset #666666;
	margin: 1px;
	padding: 1px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
#raised_panel {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#warning {
	color: #FFCCCC;
}
