/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #000000;
}


a {
	color:#336699;
	text-decoration: none;
	}

a:link { 
	color: #336699; 
	}
	
a:visited {
	color: #336699;
	text-decoration: none;
	}
	
a:hover {
	color: #336699;
	text-decoration: underline;
	}
	
p{
	margin-top: 5px;
	margin-bottom: 15px;
}	
	
#SideCallout{
	width:180px;
	margin: 0px;
	}

.SideCalloutHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#336699;
	padding: 3px;
	background-repeat: repeat;
	margin: 0px;
}

.SideCalloutBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#336699;
	background-repeat: repeat;
	margin: 0px;

	}

