body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../images/new_design/bg.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
form {
display:inline;
}
.TopBar {
	background-image: url(../images/new_design/top2011.png);
	background-repeat: no-repeat;
	width: 740px; 
	height: 100px; 
	overflow: hidden;
}
.borderleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.borderright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.borderbottom {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
}

.bordermain {
	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 18px;
	color: #999999;
	display:inline;
}
h2 {
	font-size: 14px;
	color: #FF9900;
	display:inline;
}
a.menu:link{color: #999999;text-decoration: none;}
a.menu:visited{color: #999999;text-decoration: none;}
a.menu:hover{color: #999999;text-decoration: underline;}
a.menu:active{color: #999999;text-decoration: none;}
a.undermenu:link{color: #FF9900;text-decoration: none;}
a.undermenu:visited{color: #FF9900;text-decoration: none;}
a.undermenu:hover{color: #FF9900;text-decoration: underline;}
a.undermenu:active{color: #FF9900;text-decoration: none;}
a.admin:link{color: #333333;text-decoration: none;}
a.admin:visited{color: #333333;text-decoration: none;}
a.admin:hover{color: #000000;text-decoration: none;}
a.admin:active{color: #333333;text-decoration: none;}
input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input[type="radio"], input[type="checkbox"] {
	border: none;
}
