body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #363739;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.top{
	background-image: url(../images/template2/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #46a1f4; #89A8E2*/
	color: #89A8E2;
	margin: 0px
}
.border { border:1px solid #666; }
/*.selectedimage { border:3px solid #89A8E2; }*/
.selectedimage { border:3px solid #741114; }
p {
	color: #000000;
}
table.bottom{
	background-image: url(../images/template2/bg-base.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #9AB8D2;
	text-decoration: none;
}
.bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px
}
table.middle {

	background-image: url(../images/template2/main-bg.gif);
	background-repeat: repeat;
}

.formtextfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	width: 150px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color: #e7e7e7;
	border: 1px solid #000000;
	width: 150px;
}

