/* CSS Document */

p{
font-family: Tahoma;
font-size: 13px;
color: #000000;
line-height: 14px;
padding: 1px;
}

.table{
font-family: Tahoma;
font-size: 12px;
color: #000000;
line-height: 14px;
padding: 3px;
}

.tableBold{
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
line-height: 14px;
padding: 3px;
}

.bold {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.navigation{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #027BCE;
	display: block;
	padding: 10px;
	width: 140px;
}

.boldUnderline{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.underline{
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}

.small{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.smallRed{
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}

.news{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #027BCE;
}

.red{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

