/* CSS Document */

P{
font-family: Arial, sans-serif;
font-size: 14px;
color:#000000;
line-height: 18px;

}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #568AFF;
	display: block;
	padding: 8px;
	width: 150px;
}
.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #568AFF;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 150px;
}
.facebookicon{
	width:32px; height:32px; background-image:url(images/FaceBook-icon.png); float:left;
}
.twitericon{
	width:32px; height:32px; background-image:url(images/Twitter-icon.png); float:left;
}

#imagedivcaption{
	background:#000; width:204px; text-align:center; padding:3px;
}
#bodyText #imagedivcaption a{
	color:#FFF;
	text-decoration:none;
}

#bodyText #imagedivcaption a:hover{
	text-decoration:underline;
	background:none;
}