
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body  {
	height: 100%;
}


table, p { 
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #727272;
	text-decoration: none;
	line-height:19px;
}

h1{ 
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a {
	color: inherit;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.content a, h1 {
	color: #e2001a;
}

td.info {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	background-color:white;
	padding:16px;
	border:1px solid #bbb;
}

td.info a {
	color:black;
}

.content {
	vertical-align:top;
	padding-bottom:40px;
	padding-right:8px;
}

.footerleft {
	border-top:1px dotted #cecfce;
}

.footercenter {
	width:852px;
	height:24px;
	border-top:1px dotted #cecfce;
	padding:12px 24px;
	color:#999;
}

.footerright {
	border-top:1px dotted #cecfce;
}




#news {
	width: 200px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
}

#ticker {
	width: 200px;
	height: 180px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ticker li {
	display: block;
	width: 200px;
	height: 200px;
	color: white;
	text-align: left;
	font-size: 13px;
	margin: 0;
	float: left;
	line-height: 14px;
}
	
	
	
#ticker p {
	color:white;
}

