/* CSS Document */
body
{
	background-color: #c3d49b;
}

.type
{
	font-family: arial, sans-serif; 
	color: #000; 
	font-size: 12px;
}

.smallType
{
	font-family: arial, sans-serif; 
	color: #000; 
	font-size: 10px;
}

.title
{
	font-family: arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000000;
}

.footer
{
	font-family: arial, sans-serif; 
	font-size: 10px;
	color: #598931;
	border-top: 1px solid #598931;
}

a:link
{
	color: #598931;
}

a:active
{
	color: #598931;
}

a:visited
{
	color: #598931;
}

a:hover
{
	color: #cccc33;
}