@charset "UTF-8";


body, table  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:16px;
	text-align:left;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
	background-color: transparent;
}

.scrollloos {
	overflow:hidden;
}


table { padding:0; border:0;
}

img {
border:none;
}

input, textarea, select {
  	background-color : #ffffff;
  	color : #000000;
  	border : 1px solid #A52B29;
  	margin: 2px;
  	padding: 1px;
}

.smallinput {
  	margin: 1px;
	height: 16px;
	font-size:9px;

}

a:link {
	color: #A52B29;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #A52B29;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #bea084;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #bea084;
	text-decoration: none;
	font-weight:bold;
}

#d1 { width: 310px; height: 491px; position: absolute; top: 50%; margin-left:-485px; margin-top:-201px; left:50%; }
#content { width: 535px; height: 340px; position: absolute; margin:0; }

#video {
	width: 535px; 
	height: 370px; 
	position: absolute;

	top: 50%; 
	margin-left:-75px; 
	margin-top:-115px; 
	left:50%;
}


h1 {
	font-size: 11px;
	font-weight:bold;
	line-height:normal;
	color: #000000;
	margin:0;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 0px;
}

h3 {
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

h4 {
	font-size: 11px;
	font-weight:bold;
	line-height:normal;
	font-style: italic;
	color: #000000;
	margin:0;
}


ul
{
list-style-image: url(images/dots.gif);
background-repeat: no-repeat;
padding: 0;
margin: 0;
margin-left: 0em;
background-position: 0em;
padding-left: 1.3em;
}
