/*
	###########################################################
	# element style definitions
	###########################################################
*/

a
{
   	color: #104e8b;
	text-decoration: underline;
}

a img
{
	border: none;
}

a:hover
{
	color: #cc0000;
}

body
{
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    color: #505050;
    text-decoration: none;
    background-repeat: repeat-x;
    background-color: #ffffff;
	margin-top: 0px;
	margin-left: 2px;
}

font, p, select, text, td
{
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    color: #505050;
    text-decoration: none;
}

img
{
	border: none;
}

table
{
	font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    color: #505050;
    text-decoration: none;
    border: none;
    padding: none;
    margin: none;
}

form
{
	margin-top: 0em;
	margin-bottom: 0em;
} 
