body {
	font-family: "arial"; 
	font-size: 11px;
	color: #830f44;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	text-align: center;
}

td, tr, table, div { 
	font-family: "arial"; 
	font-size: 11px;
	line-height: 19px;
}

div#content {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: url('img/2009bg01.png') repeat-y;
}

div#top {
	width: 800px;
	height: 409px;
	background: url('img/2009header01.png') no-repeat;
}

div#main {
	margin: -195px 50px 10px 15px;
	width: 600px;
	float: right;
	text-align: left;
	display: inline;
	}

div#menu {
	margin: -195px 0px 0px 10px;
	width: 125px;
	float: left;
	text-align: center;
	display: inline;
	}


div#clear { 
	clear: both; 
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #447AB0;
	text-decoration:underline;
}

a:hover {
	cursor:crosshair;
	background: #CF6B97;
}

a.menu2:link, a.menu2:active, a.menu2:visited {
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	padding: 0px;
	color: #000; 
	text-decoration: none;
	border-bottom: none;
}

a.menu2:hover {
 	cursor: crosshair;
	color: #CF6B97; 
	background: none;
}

p {
	margin: 10px 0px; 
	padding: 0px;
}

p.menu2 {
	margin: 0px 5px 15px 0px; 
	padding: 4px;
	line-height: 19px;
	color: #000000;
	font-family: Garamond, Georgia;
	font-style: italic;
	font-size: 15px;
	background: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}

i {
	color: #000;
}

input, textarea, option, select {
	background-color: #EADAF0;
	font-family: "Trebuchet MS"; 
	font-size: 11px;
	color: #CF6B97;
	border: 1px solid #CF6B97;
	padding: 1px;
}

.box {
	padding: 4px;
	background-color: #DBE5EF;
	border: 1px solid #8E92C6;
}

.box2 {
	font-family: "Arial"; 
	color: #7369AF;
	font-size: 10px;
	line-height: 14px;
	background-color: #D7D9EB;
	padding-left: 4px;
	padding-right: 4px;
}

.credit {
	margin-top: 8px;
	padding: 0px 2px 0px 5px;
	background: #DBE5EF;
	font-family: "Verdana";
	font-size: 9px;
}

pre {
	padding: 4px;
	background-color: #EADAF0;
	border: 1px solid #8E92C6;
}

.head {
	font-weight: bold;
	background-color: #EADAF0;
	border: 1px solid #8E92C6;
	text-align: center;
}

.sub {
	background-color: #DBE5EF;
	border: 1px solid #8E92C6;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.blue {
	color: #0000FF;
	font-weight: bold;
}