/* default css stylesheet for a new web application project */
@import "screen.css";
@import "styles.css";

body, p, td, tr, textarea, select
{
    font-family:		verdana, helvetica, sans-serif;
	font-size:			8pt;
	color:				#304383;
}

h1, h2, h3, h4, h5, th, thead, tfoot
{
	font-family:		verdana, helvetica, sans-serif;
    color:				#008a00;
}

a:link	{	
	text-decoration:	none;
	color:				#008a00;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:				#346134;
	}	
		
a:active	{	
	text-decoration:	none;
	color:				#008a00;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:				#008a00;
	}

body
{
    background-color:	white;
	margin:				0px;
	padding:			0px;
	padding-top:		5px;
}

div
{
}

h1
{
	font-size:			16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

img
{
	border: 0px;
}

.MimeLink
{
	font-size: 7pt;
	margin-top: 45px;
	color:#737373;
}