/*
	This is a Cascading Style Sheet
*/

p, a, li, td, ul, ol {
	font-family : verdana;
	font-style : normal;
	font-size : 12px;
	
	margin-top : 0px;
	margin-bottom :12px;
}

ul, ol,li {
	margin-top : 0px;
	margin-bottom : 6px;
}

a:hover {
	text-decoration: underline;
}

a, .menu, .submenu {
	color: black; 
	font-weight: bold; 
	text-decoration: none;
}

.submenu {
	font-weight: normal;
	font-size: 11px;
}

.headline {
	font-family: times; 
	font-size: 15px; 
	font-weight: bold; 
	color: #CC0000; 
	margin-top : 0px;
	margin-bottom : 0px;
}

.boxBody {
	color: #666666; 
	font-size: 10px; 
	font-weight: normal;
}

.boxCaption {
	font-size: 10px; 
}

.fliesstext {
	font-family : verdana;
	font-weight : normal;
	font-size : 12px;
}

.portraitCaption {
 	background-color: #F7FDFF; 
	width: 100%;
	padding: 2px;
	margin-left: 1px;
	font-size : 11px;
	color: #666666; 
}

.footer {
	font-size : 10px;
	color: #666666;
}

