/* CSS Document is created by Partha Sarker, Graphicprofessional.com*/

<!--
body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #3399FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
}
.sectionhead {
	color:#3399FF;
	font-size:14px;
	font-weight:bold
}
.bottom {
	font-size:10px;
}
.bottom a {
	text-decoration:none;
	color:#666666;
	font-size:10px;
}
.bottom a:hover {
	text-decoration:underline;
	font-size:10px;
	color:#3399FF;
}
.picture img{
	border: 1px solid #3399ff;
}
-->