﻿#wrapper {
	position:absolute;
	left:50%;
	width:746px;
	margin-left: -373px;
}

#header {

}

#content {
	padding-left:10px
}
#footer {
	text-align:center;
}

/* General page element settings*/
body		{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, table, td {
	margin:0;
	padding:0;
}
img {border:none}
/* General type settings*/
a	{
color:#105231;
text-decoration:underline;
}
a:visited	{

}
a:hover	{
text-decoration:none;
}
a:active	{

}
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd, div 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:14px;
}
h2 {
	font-size:14px;
}
h3, h4, h5, h6 {
	font-size:12px;
}

.greenBold {
	color:#105231;
	font-weight: bold;
	background-color: #FFFFFF;
}
.green14pxBold {
	color:#105231;
	font-weight: bold;
	font-size:14px;
}
.Bold14pxFont {
	font-size:14px;
	font-weight:bold;
}
.Bold16pxFont {
	font-size:16px;
	font-weight:bold;
}
.small10pxFont {
	font-size:10px;
	font-weight:bold;
}
