.general
{
/*spacer*/
}
.bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footer_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #0066ff;
	text-decoration: none;
}

.design_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

DIV.container
{
border: dotted 1px #ff6600;
background: #ffffff;
margin: 10px;
padding: 10px;
text-align:justify;
font-size : 10pt
}

DIV.footer
{
border: dotted 1px #0066ff;
background: #ffffff;
margin: 10px;
padding: 10px;
text-align:justify;
font-size : 10pt
}


.inputbox
{
	border-top:#cccccc solid thin;
	border-bottom:#cccccc solid thin;
	border-right:#cccccc solid thin;
	border-left:#cccccc solid thin;
	font-family: verdana, helvetica, sans-serif;
	color: #0066ff;
	font-weight: bold;
	background-color:#Eeeeee
}

.inputbutton
{
	font-size: 8pt;
	font-family: verdana, helvetica, sans-serif;
	color: #ffffff;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-left:none;
	font-weight: bold;
	background-color: #ff6600;
}

a:link { text-decoration: none; }
a.menu:link { text-decoration: none; }
a:hover { color: #ff6600; text-decoration: none; }
</style>