/* CSS Document */

html
{
	height: 100%;
	width: 100%;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: arial;
	color: #555555;
	background-color: #F8FFC1;
}

td
{
	font-size: 12px;
}
.content
{
	color: #555555;
	font-size: 12px;
	line-height: 16px;
}
.strongcontent {
	font-size: 12px;
	color: #6DA91E;
	font-weight: bold;
}
.footer
{
	border-top: thin none;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.marge_top
{
	margin-top: 24px;
}
.marge_top_border
{
	margin-top: 24px;
	border: thin solid #6DA91E;
}
.padding_bottom
{
	padding-bottom: 24px;
}
.padding_bottom_border
{
	padding-bottom: 24px;
	border: thin solid #6DA91E;
}
.border
{
	border-top: thin none #6DA91E;
	border-right: thin none #6DA91E;
	border-bottom: thin solid #6DA91E;
	border-left: thin none #6DA91E;
}
.bottombg
{
	background-image: url(../img/botbg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.sublink:link, a.sublink:active,  a.sublink:visited
{
	font-size: 12px;
	color: #666666;
	line-height: normal;
} 
a.sublink:hover
{
	color: #6DA91E;
	display: inline;
}
a.snellink:link, a.snellink:active,  a.snellink:visited
{
	font-weight: bold;
	color: #666666;
	font-size: 12px;
} 
a.snellink:hover
{
	color: #6DA91E;
}

a:link, a:active, a:visited
{
	color: #666666;
	text-decoration: underline;
} 
a:hover
{
	color: #000;
	text-decoration: underline;
} 
.h2 {
	font-size: 20px;
	line-height: 200%;
	font-weight: bold;
	color: #6DA91E;
	text-decoration: underline;
}
.h4 {
	font-size: 18px;
	line-height: 190%;
	font-weight: bold;
	color: #6DA91E;
	background-position: center;
}
.h5 {
	font-size: 12px;
	line-height: 190%;
	font-weight: bold;
}
