.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:#FFFFFF;
	text-decoration: none;
}

.legal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333366;
	text-decoration: underline;
}

/* text properties */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* form properties */
select, textarea, input, form, submit, div, p, blockquote, li, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* default properties */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	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;
}

b {
color: #2D4275;
}