@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/concrete.jpg);
	background-repeat: repeat;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336666;
	font-weight: bold;
}

.style3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.small_box {
	position: relative;
	float: inherit
	width: 200px;
	height: 220px;
	overflow: hidden;
	border: 4px solid #336666;
	background-color: transparent;
	width: 220;
}

.small_box: hover {
	border-color: #7945E1;
}

.main_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
