body, li, td, p
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;		
	font-size: 12px;
	line-height: 18px;
}

th, h2
{
	font-size: 13px;
}

h1
{
	font-size: 14px;
}
#logo
{
    background-color: white;
    height: 68px;
    padding: 10px;
    width: 147px;
}
#logo img
{
	width: 97%;
}

#content h1
{
	background-color:  #03b0e3;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}

#content h2
{
	color: #03b0e3;	
	border-bottom: 1px solid #03b0e3;
}

#content p
{
	color: #5c5c5c;
}

#content  a
{
	color: #5c5c5c;	
	text-decoration:underline;		
}

#content  a:hover
{
	color: #03b0e3;	
	text-decoration:none;		
}

#content .link
{
	color: #454444;
	background-image: url(content/img/arrow_grey.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	padding-left: 13px;
}

#content img
{
	border: 1px solid #03b0e3;	
	max-width:100%;
}

#content table img
{
	border: 0px;
}

#content table a img
{
	border: 1px solid #03b0e3;
}

#content input, #content select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5c5c5c;	
}

.powered-by {
    text-align: center;
    /*font-size: 0.9em;*/
    /*color: rgba(72,72,72,0.5);*/
}

.powered-by a {
    /*color: #000;*/
}

.red {
    color: red;
}