/* CSS Document */
.type
{
	font-family: Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 11px;
	line-height: 11pt;
}

h1 {display: block; width: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 20px; line-height: 24px; font-weight: normal; color: #006951; margin: 0; padding: 15px 0 10px 0; text-align: center;}
h2 {display: block; width: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 20px; line-height: 24px; font-weight: normal; color: #006951; margin: 0; padding: 15px 0 0 0; text-align: left;}

a:link
{
	color:#006951; 
	text-decoration:none;
}

a:active
{
	color:#006951; 
	text-decoration:none;
}

a:visited
{
	color:#006951; 
	text-decoration:none;
}

a:hover
{
	color:#006951; 
	text-decoration:underline;
}

body 
{
	background: url('../images/bg3.gif') repeat-x #F8F2E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}