body {
	background-color: #FCFFF8;
	color: #2C2C2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 12px 0 0 3px;
	margin: 0;
	scrollbar-base-color: #999;
	scrollbar-arrow-color: #F0F;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-face-color: #C0C0C0;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E0E0E0
}

table, td {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse
}

a img {
	border: 0
}

a:link {
	color: #43A434;
	text-decoration: underline;
}

a:visited {
	color: #43A434;
	text-decoration: underline;
}

a:active {
	color: #43A434;
	text-decoration: underline;
}

a:hover {
	color: #7F62AC;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	line-height: 12pt
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	line-height: 11pt
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	line-height: 10pt
	
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	line-height: 9pt
}

ul {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
ol {
	margin-top: 5px;
    margin-left: 22px;
    padding-left: 0;
    list-style-type: decimal;
}
	
ul li {	
    list-style: none;
	padding-left: 14px;
	padding-bottom: 5px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ol li {	
	padding-bottom: 5px;
}
	
form {
	padding: 0;
	margin: 0
}

input {
	background-color: white;
	color: #161C66;
	border: 1px solid #9580B6;
}

input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	background-color: #F0E;
	border-top: 1px solid #F0F;
	border-left: 1px solid #C0C;
	border-bottom: 1px solid #C0C;
	border-right: 1px solid #F0F;
	cursor: pointer
}

input.submit:hover{
   background-color: #FFF;
   color: #F0F
}

input.image {
	border: 0
}

textarea {
	background-color: #666;
	color: white;
	border: none
}

.pics {
	padding: 10px
}

.menu-text {
	text-align: right;
	padding-bottom: 3px
}

.menu-text a:link {
	color: #848484;
	font-weight: bold;
	text-decoration: none
}

.menu-text a:visited {
	color: #848484;
	font-weight: bold;
	text-decoration: none
}

.menu-text a:active {
	color: #848484;
	font-weight: bold;
	text-decoration: none
}

.menu-text a:hover {
	color: #9580B6
}

.body-content {
	line-height: 140%;
}