.homepageimage{
	display : block;
	white-space : nowrap;
}


.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:blue;
	text-decoration: none;
}

.callout:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:blue;
	text-decoration: underline;
}


.title-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #410102;
	font-weight : bold;
	padding: 4px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #410102;
	font-weight : bold;
}

.sort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214673;
	font-weight : bold;
	text-decoration: none;
}

.sort:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214673;
	font-weight : bold;
	text-decoration: underline;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight : bold;
}
/* <a> tag properties */
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

.legal2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9E1C1E;
	text-decoration: none;
}

.legal2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9E1C1E;
	text-decoration: underline;
}

/* text properties */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.input {
	background-color: #FFFFA0;
}

/* form properties */
select, textarea, input, form, submit, div, p, blockquote, li, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px;
}

.list-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #9E1C1E;
	margin: 0px;
	padding: 0px;
}

.list-states {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #9E1C1E;
	margin: 0px;
	padding: 0px;
}

.list-states:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #9E1C1E;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}


/* default properties */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #4B4B4B;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	display : noblock;
	white-space : nowrap;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD4D0C;
	font-weight : bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	text-decoration: underline;
}

/* list properties */
.listnum {
	list-style-type : decimal;
	margin-top : 5px;
	margin-bottom : 10px;
}

.leftlist {
	list-style-type : disc;
	margin-top : 5px;
	margin-bottom : 10px;
}

.listnobullet {
    list-style-type : none;
	margin-left : 2px;
	margin-top : 2px;
}