/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	background-image: url(../_images/flag_strip_colour.gif);
	background-repeat: repeat-y;
	margin: 5px 2px 2px 5px;
	background-color: #FFE4A8;
}
#navigation {
	width: 180px;
	float: left;
}
#navigation p {
	font-size: 1em;
	font-weight: bold;
}
#pageContent {
	margin-left: 200px;
}
#pageHeader {
	margin-left: 200px;
}	
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 0.9em;
	margin-bottom: 0em;
}
p {
	font-size: 0.7em;
}
ol {
	font-size: 0.7em;
}
ul {
	font-size: 0.7em;
	list-style-type: square;
}
li {
	margin-bottom: 0.5em;
}
table {
	font-size: 0.7em;
}
td {
	margin: 2px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
/*by Studio VII Sparber001*/

a:link {
	color: #2800C7;
	text-decoration: none;
} 
a:visited {
	color: #2800C7;
	text-decoration: none;
} 
a:hover {
	color: #C72800;
} 
a:active {
	color: #2800C7;
	text-decoration: none;
}

