@charset "UTF-8";
/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
IMG.left-floating {
    float: left;
	margin-top: 5px;
	margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 00px;
}
.sm_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.sm_txt a:link{
	color: #FF0000;
	font-weight: bold;
}
.sm_txt a:visited{
	color: #FF0000;
	font-weight: bold;
}
.sm_txt a:hover{
	color: #000000;
	font-weight: bold;
}
.sm_txt a:active{
	color: #FF0000;
	font-weight: bold;
}
.columns {
	float: left;
	width: 320px;
	margin-right: 5px;
	text-align: left;
}
.imgborder {
	border: 1px solid #333333;
}
