* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px
}
body {
	background-color : #1B3B59;
}
.info {
	font-weight : bold;
	color:white;
}
.error {
	font-weight: bold;
	color: #FF7F50;
}

a:link, a:visited  {
	font-weight : bold;
	color:#00FFFF;
	text-decoration : none;
}
a:hover {
	font-weight : bold;
	color:#FFCC00;
}
.tsmall {
	font-weight: normal;
	color: Silver;
	text-decoration: none;
	font-size: 9px;
}
a.small:link, a.small:visited  {
	font-weight: normal;
	color: #50A0A1;
	text-decoration: none;
	font-size: 9px;
}
a.small:hover {
	font-weight: normal;
	color: Aqua;
	font-size: 9px;
	text-decoration: none;
}
.cap {
	color: #FFCC00;
	font-weight: bold;
	background-color: #1B3B59;
}
h2 {
	color: #FFCC00;
	font-weight: bold;
	font-size:14px;
	text-align: center;
}

.txt {
	color: #FFFFFF;
	background-color: #1B3B59;
}

.tab {
	border: 1px solid black;
}