body { 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: x-small;
	background:url(../assets/images/bg.jpg);
	background-attachment: fixed;
	color: #000000;
}
table, tr, td { 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: x-small;
}
.footer, a.footer {
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: x-small;
}
.contentlg {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: small;
}
h2 {
	color: #5188B3;
}
.error {
	color: #D12028;
}
.required {
	color: #5188B3;
	font-weight: bold;
}
.title, td.title {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: small;
	font-weight: bold;
	color: #5188B3;
}
a {
	color: #5188B3;
}
input.required {
	background-color: #D5E1EC;
	font-size: x-small;
}
input {
	font-size: x-small;
}
textarea.required {
	background-color: #D5E1EC;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: x-small;
	font-weight: bold;
}
textarea {
	font-size: small;
}
select {
	font-size: x-small;
}
.headline {
	font-size: medium;
	color: #FFFFFF;
	font-weight:bold;
}
.oanheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0033;
	text-decoration: none;
	text-align: left;
}
a.article {
	font-size: x-small;
	color: #D60000;
	font-weight:bold;
	text-decoration:none;
	margin-top:20%;
}
a:hover.article {
	font-size: x-small;
	color: #D60000;
	font-weight:bold;
	text-decoration:underline;
	margin-top:20%;
}
li.article {
	font-size: x-small;
	color: #D60000;
	font-weight:bold;
	text-decoration:none;
	margin-top:1%;
}
a.hover article {
	font-size: x-small;
	color: #D60000;
	font-weight:bold;
	text-decoration:none;
}
@media print {
	body {background-color: white}
}

