
/*master styles*/

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #888888;
	padding: 0;
}

p
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

.italic
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #888888;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.bold
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008033;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.title
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008033;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.subtitle
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #008033;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}


.copyright
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #aaaaaa;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

li
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

td
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}



.footer
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #008033;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


a
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #008033;
	padding: 0;
}

a:link
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a:active
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a:visited
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	color: #ee0000;
	text-decoration: none;
}

a.right
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #008033;
	text-align: right;
	padding: 0;
}

a.right:link
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a.right:active
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a.right:visited
{
	font-weight: normal;
	color: #008033;
	text-decoration: none;
}

a.right:hover
{
	font-weight: normal;
	color: #ee0000;
	text-decoration: none;
}


a.bold
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ee0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a.bold:link
{
	font-weight: bold;
	text-decoration: none;
}

a.bold:active
{
	font-weight: bold;
	text-decoration: none;
}

a.bold:visited
{
	font-weight: bold;
	text-decoration: none;
}

a.bold:hover
{
	font-weight: bold;
	color: #ee0000;
	text-decoration: underline;
}

a.copyright
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #008033;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a.copyright:link
{
	font-weight: normal;
	text-decoration: none;
}

a.copyright:active
{
	font-weight: normal;
	text-decoration: none;
}

a.copyright:visited
{
	font-weight: normal;
	text-decoration: none;
}

a.copyright:hover
{
	font-weight: normal;
	color: #ee0000;
	text-decoration: underline;
}

