/* CSS Document */
<!--
*{margin:0; padding:0;}

body{
font-size: 13px; font-family:Verdana, Arial, Verdana,Arial,sans-serif;
line-height:1.5em;
text-align:center;
color:#303030;
background:#FFFFFF;
}
#container{
width:740px;
margin:20px auto;
padding: 5px 5px 5px 5px;
text-align:left;
background:#ffffff;
color:#303030;
}
#top{
width:760px;
margin:20px auto;
padding: 5px 5px 5px 5px;
text-align:left;
background:#FFFFFF;
color:#303030;
}
a:link {
	color: blue;
}
a:visited {
	color: red;
}
a:hover {
	color: orange;
}
a:active {
	color: #000000;
}
img {
	border-color: #000000;
}

.link { font-family: Arial; font-size: 20px; }
.impact { font-family: Impact, Tahoma; font-size: 35px; color:red;}
.impact_smaller { font-family: Trebuchet MS, Tahoma; font-size: 26px; color: #FFFFFF; }
.medium { font-family: Trebuchet MS, Tahoma; font-size: 18px; color:white; }
.bigger { font-family: Trebuchet MS, Tahoma; font-size: 22px; color:white; }
.header { font-family: Tahoma; font-size: 15px; color: #FFFFFF; }
.border { border: 1 solid #000000; }
h1 { font-size: 18px; color: white; }
.small { font-size: 11px; }
.nav { font-weight: bold; }
a.nav:link { font-family: Impact, Tahoma; color: gold; font-weight: bold; }
a.nav:hover { color: orange; }
p {font-size: 13px; font-family:Verdana, Arial, Verdana,Arial,sans-serif;
line-height:1.5em;
text-align:center;
color:#303030;
}
-->
