/*===========================================================================*/
/*General Formats*/


body 
{
  margin:0px;
	font-family:Verdana, Arial; 
	font-size:11px; 
	color:#007CC3;
}

a 
{
  color:#007CC3;
	text-decoration:none;
}

a:hover 
{
	color:#AAA9A9;
  text-decoration:none;
}

img 
{
	border:0px;
}



/*===========================================================================*/
/*Formats for the Header Section*/


h1
{
	margin:5px 0px 0px 0px;
	padding:0px; 
  font-size:11px;
	line-height:0.9em;
}
	
h2
{
	margin:5px 0px 0px 0px;
	padding:0px; 
	font-size:9px;
}

#logocontainer
{
}

#slogan
{
	margin:7px 0px 0px 10px;
}

.subtitle
{
	padding-left:0px; 
	font-size:9px;
}
	
	
	
/*===========================================================================*/
/*Formats for the Footer Section*/

#footer
{
	font-size:9px;
}

#footer a
{
  font-size:9px;
}

#footer .ftr_small
{
	font-size:7px;
}

#footer .ftr_small a
{
  font-size:7px;
}

