body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #F2F2F2;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	color: #6699CC;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.webname {
	font-size: 25px;
	color: #6699CC;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
h2 {
	font-size: 14px;
	color: #6699CC;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.gray_2 {
	background-color: #F4F4F4;
}
.green_1 {
	background-color: #33FF00;
}
.gray_1 {
	background-color: #EEEEEE;
}
legend {
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.text_white {
	color: #FFFFFF;
}

.left {
	background-image: url(/images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(/images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}.dot_border {
	border: 2px dotted #CCCCCC;
}
