/* CSS Document */
body {
	margin: 0;
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #990000;
	line-height: 130%;
	text-align: left;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
.button {
	height: 25px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
}


/* images */
.imgleft {
	float: left;
	border: 1px solid #000000;
	margin: 5px;
	}
.imgright {
	float: right;
	border: 1px solid #000000;
	margin: 5px;
	}


/* ---  links  --- */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	}


/* ---[ common elements ]--------------------- */

p {
	margin: 5px;
	line-height: 130%;
	color: #FFFFFF;
	}
input {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
select {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	color: #FFFF00;
	}
h2 {
	font-family: "Comic Sans MS", Arial;
	font-size: 180%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	color: #F0F0F0;
	}
h3 {
	font-family: "Comic Sans MS", Arial;
	font-size: 130%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #F0F0F0;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFF00;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #FFFFFF;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
form {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.warning {
	color: #CC0000;
}
.foot {
	font-size: 10px;
	color: #FFFFFF;
}
.main {
	background-image: url(images/main_mid.jpg);
	background-repeat: repeat-y;
}
.maincontent {
	background-image: url(images/main_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.maintop {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
}
.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
}
.smallwhite a:link {
	font-size: 10px;
	color: #FFFFFF;
}
.smallwhite a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhite a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.quick {
	background-color: #FFFFFF;
	background-image: url(images/quick_mid.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.quicktop {
	background-image: url(images/quick_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 17px 0px;
}
.quickmain {
	background-image: url(images/quick_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.boh3 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5 0 0;
	margin: 0;
	margin: 0px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.botd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.botable {
	border: 1px solid #666666;
	margin-left: 10px;
}
.botdhighlight {
	background-color: #F0F0FF;
}
.button {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
