/* CSS Document */

a	{text-decoration:none;
	font-family:verdana;
	font-weight:bold;
	font-size:small;
	color:#81BEF7}
	
img {
border:0;
}

body {
background-color: #FFFFFF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #999999;
}

h1,h2,h3,h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 12px;
font-weight:bold;
color: #603913;
}

h2 {
font-size: 13px;
color: #603913;
}

h3 {
font-size: 14px;
line-height: 22px;
color: #603913;
}

h4 {
font-size: 9px;
line-height: 12px;
font-weight:bold;
color: #666666;
}

h5 {
font-size: 15px;
color: #603913;
font-weight:bold;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #115EAC;
}
a:active {
text-decoration: none;
}
a:link {
border: none;
}

div#wrapper {
width: 590px;
background-color:#FFFFFF;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}


