.main_style {  font-family: Verdana; font-size: 13px; color: #000000; text-decoration: none}
.small_text {  font-family: Verdana; font-size: 10px; color: #FFFFFF; text-decoration: none}
.medium {  font-family: Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none}
.whitetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: blink;
	font-style: normal;
	line-height: normal;
}
.border {
	border: thin solid #FFFFFF;

}
.borderleft {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;

}
.borderBottom {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;

}
.borderRight {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}
.borderBottom2 {
	background-repeat: repeat-x;
	background-position: right top;
}
.space {
	padding: 20px;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left;
}
