@charset "UTF-8";
/* formating style
-------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
img {
	border-style: none;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------*/

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-family: Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	line-height: 1.6;
}
#header table {
	border-style: none;
	width: 100%;
}
#header h3 {
	font-size: large;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 3;
	text-transform: uppercase;
}
#header td {
	padding-right: 40px;
}
#header img {
	padding-right: 20px;
}
#main {
}
#main table {
	font-size: small;
	line-height: 1.6;
	background-color: #FFFCF2;
	border: 1px solid #808080;
	margin: auto;
	width: 95%;
}
#main tr {
	border: 1px solid #999999;
}
#main td {
	width: 20%;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	padding: 10px;
}

