a:link { color: #008001; text-decoration: underlined;}
a:visited { color: #008001; text-decoration: underlined;}
a:active { color: #008001; text-decoration: underlined;}
a:hover { color: #008001; text-decoration: underlined;}

#footer a:link { color: #FFFFFF; text-decoration: underlined;}
#footer a:visited { color: #FFFFFF; text-decoration: underlined;}
#footer a:active { color: #FFFFFF; text-decoration: underlined;}
#footer a:hover { color: #FFFFFF; text-decoration: underlined;}

.links a:link { color: #FFFFFF; text-decoration: none;}
.links a:visited { color: #FFFFFF; text-decoration: none;}
.links a:active { color: #FFFFFF; text-decoration: none;}
.links a:hover { color: #FFFFFF; text-decoration: none;}

body{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table {
  margin: 0px;
}

#bg-l{
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F7F7;
}
#bg-r{
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F7F7;
}
#header{
	background-repeat: no-repeat;
	background-position: top;
}
.flashplayer{
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
}
#content-container{
	background-repeat: repeat-y;
	background-position: top;
}

.links {
}

#content{
	padding-left: 1em;
	padding-bottom: 12px;
	padding-right: 32px;
	font-size: 14px;
}
.button{
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	width: 173px;
	height: 34px;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
  margin: 0px;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
.subbutton{
	background-image: url(../images/subbutton.gif);
	background-repeat: no-repeat;
	width: 155px;
	height: 25px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
  cursor: pointer;
}
.ext{
	background-image: url(../images/extension.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 25px;
}
.ext-end{
	background-image: url(../images/extension_end.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 25px;
}
#footer{
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}
