@media screen {

body {
	background: #fff url('/img/bg.png') repeat-x;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin-top:30px;
}

* html body, .mv, .main {
	font-family: 'Calibri'-120%, 'Lucida Grande'-100%, 'Verdana'-96%, 'Arial'-101%, Sans-Serif;
}

li.list{font-size: 0.8em; list-style-image: url(/img/dot_red.png);}
.smaller{font-size: 0.8em;}

.borderdark {border: solid 1px #ccc; font: 11px verdana,geneva,arial,helvetica,sans-serif; background:url('/img/inputBg.png') top left repeat-x;}
.borderlite {border: solid 1px #a7002c; font: 11px verdana,geneva,arial,helvetica,sans-serif; background:url('/img/inputBg.png') top left repeat-x;}


.h{
display: none;
visibility: hidden;
}

table#footer{
		margin-top:20px;
		font:normal 11px/1.1em tahoma,verdana,Arial, Helvetica,sans-serif;
		color:#ccc;
}

.navbarTop{	font:bold 12px/1em 'century gothic', Arial,Helvetica,sans-serif;
		margin: 0 10px 0 10px;

}

a.navbarTop:link {
	text-decoration: none;
	color: #ccc;
}

a.navbarTop:visited {
	text-decoration: none;
	color: #ccc;
}

a.navbarTop:hover {
	text-decoration: none;
	color: #fff;
}

a.navbarTop:active {
	text-decoration: none;
	color: #fff;
}


a.txt:link {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #a7002c;
}

a.txt:visited {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #a7002c;
}

a.txt:hover {
	text-decoration: none;
	color: #a7002c;
	border-bottom: 1px solid #a7002c;
}

a.txt:active {
	text-decoration: none;
	color: #a7002c;
	border-bottom: 1px solid #555;
}

td.navbarTop {
	padding: 0 10px 0 10px;
	height:25px;
	background:#081522 url('/img/nav-bg.png') left center repeat-x;
	border-right: solid 1px #666;
	text-align: center;
}


a.whitelink:link {
	text-decoration: none;
	color: #aaa;
	border-bottom: 0px dotted #aaa;
}

a.whitelink:visited {
	text-decoration: none;
	color: #aaa;
	border-bottom: 0px dotted #aaa;
}

a.whitelink:hover {
	text-decoration: none;
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}

a.whitelink:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}


}

@media print {
	body { background: white; color: #444;}
	h1, h2, h3 {
	display: none;
	visibility: hidden;
	}
}
