.banner {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.banner a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.banner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.banner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sidebar {
	border-left: 1 solid black;
	padding-right: 10px;
	padding-left: 10px;
}

.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;	
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.smartw_b {
	font-family: Times New Roman, Garamond, Palatino;
	font-size: 22px;
	font-weight: bold;
	color: green;
}
.smartw_r {
	font-family: Times New Roman, Garamond, Palatino;
	font-size: 14px;
	font-weight: bold;
	color: green;
	font-style: italic;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.ln-all {
	border-bottom: 1 solid black;
	border-top: 1 solid black;
	border-left: 1 solid black;
	border-right: 1 solid black;
}

.ln-half {
	border-bottom: 1 solid black;
	border-left: 1 solid black;
	border-right: 1 solid black;
}
.ln-above {
	border-top: 1 solid black;
}
.ln-below {
	border-bottom: 1 solid black;
}

.red {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

