/*General font: */   
font	{ font-family: "Times New Roman", Times, sans-serif, arial;  color: #999999; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins:*/

.body {background-color: #FFFFFF; color: #333333; }

.layout {background-color: #FFFFFF; color: #333333; margin-left:2%; margin-right:2%; border-color:#1B5640; border-width:1px; border-style:solid;}

.layout2 {background-color: #FFFFFF; color: #333333; margin-left:5%; margin-right:5%;}



.topmenuxp {background-color: #1B5640;  font-size:95%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal;  text-align:center}

.topmenuxp a:link {font-size: 95%; color:#ffffef; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #1B5640; font-weight:normal}

.topmenuxp a:visited {font-size: 95%; color:#ffd700; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #1B5640; font-weight:normal}

.topmenuxp a:hover {font-size: 95%; background-color: #1B5640; color: #800000; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; font-weight:normal}

.topmenuxp a:active {font-size: 95%; color:#ffe4b5; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #1B5640; font-weight:normal}


/*Links: */
a:link 	{color: #800000; font-weight:bold; background-color: #ffffff; text-decoration:none}
a:visited 	{color: #000080; font-weight:bold; background-color: #ffffff; text-decoration:none} 
a:hover   { background-color: #800000; color: #ffffff; font-weight:bold; text-decoration:none}
a:active	{color: #006400; font-weight:bold; background-color: #ffffff; text-decoration:none}


/*Headers:*/
h1	{font-family: Arial, sans-serif; font-size:150%; font-weight:bold; text-align:center}
h2	{ font-size: 120%; font-weight: bold; text-align:center }
h3	{ font-size: 110%; font-weight: bold; text-align:center }
h4	{ font-size: 120%; font-weight: bold; text-align:left }

/*Properties for special highlight:*/
.special2  { font-size: 120%; text-align:center }
.special3  { font-size: 100%; text-align:center }

