/* CSS Document */

body {
	font-size: 12px; color: #003399; font-family: Tahoma, Verdana, Arial, "MS Sans Serif"
}

a {
	font-size: 12px; color: #003399; 
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif";
	text-decoration: underline;

}

a: hover {
	font-size: 12px; color: #003399; font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; text-decoration: underline;
}

a:visited {
	font-size: 12px; color: #003399; font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; text-decoration: none;
}

td { 
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; font-size:12px;
}

p { 
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; font-size:12px;
}

.address {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; font-size:10px; text-decoration: bold; color: #333333; 
}

.whitetext {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #FFFFFF; font-size:13px; 
}

.redtext {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #F20E0E; font-size:13px; 
}

.greytext {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #333333; font-size:11px; text-decoration: bold;
}

.news{
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #666666; font-size:10px; text-decoration: bold;
}

a: news {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #FFFFFF; font-size:10px;
}

.login{
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; color: #666666; font-size:10px; text-decoration: underline;
}

.tablewhite {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; 
	color: #FFFFFF; 
	font-size: 10px;
}
	
.table {
	border-right: #666666 1px solid;
	border-left: #333333 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #333333 1px solid;
	border-colapse: colapse;
	background-color: #FCFCFC;
}

.tableisi {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; 
	color: #333333; 
	font-size: 10px;
	text-align: center;
}

.tableisis {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; 
	color: red; 
	font-size: 10px;
	text-align: right;
}

.loginbox { 
	border-right: #8C8A8B 1px solid;
	border-left: #8C8A8B 1px solid;
	border-top: #8C8A8B 1px solid;
	border-bottom: #8C8A8B 1px solid;
	background-color: #CCCCCC;
}

.loginwhite { 
	border-right: #BBB9BA 1px solid;
	border-left: #BBB9BA 1px solid;
	border-top: #BBB9BA 1px solid;
	border-bottom: #BBB9BA 1px solid;
	background-color: #FFFFFF;
}

.caution {
	font-family: Tahoma, Verdana, Arial, "MS Sans Sherif"; font-size:9px; text-decoration: bold; color: #333333; 
}