/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin: auto auto;
	width: 751px;
}
#header {
	height: 80px;
	background-image: url(images/grey_graded_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#head_left {
	width: 160px;
	float: left;
}
#head_rght {
	float: left;
}
#page_title {
	background-image: url(images/line_header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 14px 0 4px 0;
	margin-bottom: 15px;
}
#footer {
	background-color: #CCCCCC;
	height: 5px;
	font-size: 0px;
}
#content_left {
	float: left;
	width: 275px;
}
#content_right {
	float: left;
	width: 476px;
}
#box {
	width: 451px;
	margin: auto auto;
}
#box_top {
	background-image: url(images/border_top.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom;

}
#box_mid {
	background-image: url(images/border_middle.gif);
	padding: 10px;
}
#box_bot {
	background-image: url(images/border_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 10px;
}
#box_left {
	float: left;
	width: 320px;
	font-size: 12px;
	color: #000000;
}
#box_right {
	float: left;
	width: 81px;
}
h1 {
	padding: 0px;
	margin: 0px;
	line-height: 45px;
	color: #000000;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #000000;
}

.size10 {
	font-size: 10px;
	color: #000000;
}
.size12 {
	font-size: 12px;
	color: #000000;
}
select {
	font-size: 9px;
	margin: 5px 0 5px 0;
}
input {
	margin-left: 3px;
}
form {
	margin: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a:link.red {
	color: #FF0000;
	text-decoration: none;
}
a:visited.red {
	text-decoration: none;
	color: #FF0000;
}
a:hover.red {
	text-decoration: underline;
	color: #FF0000;
}
a:active.red {
	text-decoration: none;
	color: #FF0000;
}
