/* CSS Document */
body {
	background-color: #fff;
	background-image: url(images/bg4.gif);
	background-repeat: repeat-y; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 1em;
	font-style: normal; /*italic*/
	color: #000066;
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : normal;
	color : #FFF;
	text-decoration: none;
}
A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFC;
	text-decoration: none;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF9;
}
A:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF9;
}
.ylw {}
a.ylw:link, a.ylw:visited {
	color: #ff0;
}
#content a:link, #content a:visited {
	color: #006;
	font-size: 1em;
}
.top {
	margin-left: 750px;
	position: relative;
	border: 0px dotted red;
}
#content .top a:link, #content .top a:visited {
	color: #C60;
}
.sub {
	display: block;
	margin: -5px 0px 5px 30px;
	line-height: 13px;
	border: 0px dotted white;
	text-align:left;
}
.sub A:link, .sub a:visited {
	color: #FFCC99;
	font-size: .75em;
}
#content {
	margin-left: 170px;
	text-align: center;
	padding: 15px;
	border: 0px solid green;
}
.item {
	border: 2px solid #C60;
}
.navbarside {
	width: 155px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	position: relative;
	float: left;
	border: 0px solid red;
	line-height: 30px;
	margin-top: 10px;
}
.navbarbase {
	background-color: #000000;
	_width: 100%;
	padding: 1%;
	color: #FFFFFF;
	text-align: center;
	float: left;
	position: fixed;
	border: 0px dashed red;
	bottom: 0px;
	left: 0;
	right: 0;
}
.info {
	background-color: #FFF;
	border: 2px solid #FFCA98;
	padding: 1px;
}
.info td {
	background-color: #FFE9D3;
	border: 1px solid #FFCA98;
	padding: 15px;
}
.detail {
	width: 450px;
	margin: 1px;
	border: 1px solid #C60;
	vertical-align:middle;
}
.detail th {
	border: 1px solid #C60;
	background-color: #FFE5BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	text-align: center;
	vertical-align: middle;
}
.detail td {
	border: 1px solid #C60;
	background-color: #FFECCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000066;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}
form {
	margin: auto;
}
li {
	text-align: left;
}
dt {
	font-weight: bold;
}
h1 {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #c60;
	text-align: center;
}
h2 {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
	text-align: center;
}
h3 {
	font-family: Vadana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	font-style: normal; /*italic*/
	color: #C60;
	text-align: center;
	margin: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	text-align: center;
}

