@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin: 25px;
	padding: 0px;
	text-align: center; 
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #d5e5e7;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
table {
	text-align:left;
	/* FOR IE */
}

ol.decimal {list-style-type: decimal; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.lroman {list-style-type: lower-roman; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.uroman {list-style-type: upper-roman; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.lalpha {list-style-type: lower-alpha; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.ualpha {list-style-type: upper-alpha; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.disc {list-style-type: disc; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.circle {list-style-type: circle; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.square {list-style-type: square; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.none {list-style-type: none; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}

.text-green {
	color: #00535e;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
}
.text-green2 {
	color: #00535e;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: bold;
	font-style: none;
	font-size: 14px;
}
.text-white {
	color: #fff;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: none;
	font-style: none;
	font-size: 10px;
}
.text-little-gray {
	color: #888;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: none;
	font-style: none;
	font-size: 10px;
}
.text-black {
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
}
.rollgreen a {
	color: #00535e;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.rollgreen a:hover {
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.rollwhite a {
	color: #fff;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
.rollwhite a:hover {
	color: #fff;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.text {
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: normal;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}
a  {
	color: #661712;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}
a:hover{
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}
.h1 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: none;
	color: #9f6614;
}
.h2 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: none;
	color: #661712;
}
.h3 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: none;
	color: #00535e;
}
.h4 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: none;
	color: #c4dadd;
}
.h5 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #d5e5e7;
}
.h6 {
	font-family: bookman, verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #a1c5cb;
}