@charset "utf-8";
/* CSS Document */

body {
padding:0;
margin:0;
}

/* ----------------------------------------------------- TYPE */

h1, h2, h3, h4, h5, h6{
font-family:Helvetica, Arial, sans-serif;
margin:0;
padding:0;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

h1 {
	font-size:34px;
	color:#FFFFFF;
}

h1 a{
color:#FFFFFF;
text-decoration:none;
}
h1 a:visited{
color:#FFFFFF;
text-decoration:none;
}
h1 a:hover{
	color:#999999;
	text-decoration:none;
}


h2 {
font-size:24px;
color:#FFFFFF;
}
h2 a{
color:#FFFFFF;
text-decoration:none;
}
h2 a:visited{
color:#FFFFFF;
text-decoration:none;
}
h2 a:hover{
	color:#999999;
	text-decoration:none;
}

h3 {
font-size:17px;
}
h3 a{
color:#000000;
text-decoration:none;
}
h3 a:visited{
color:#000000;
text-decoration:none;
}
h3 a:hover{
	color:#000000;
	text-decoration:underline;
}


h6 {
font-size:11px;
font-weight:normal;
}
h6 a{
color: #000000;
text-decoration:underline;
}
h6 a:visited{
color: #000000;
text-decoration:underline;
}
h6 a:hover{
	color: #000000;
	text-decoration:none;
}

p {
margin:0;
padding:0;
font-size:11px;
}
p a{
color: #000000;
text-decoration:underline;
}
p a:visited{
color: #000000;
text-decoration:underline;
}
p a:hover{
	color: #000000;
	text-decoration:none;
}



.settingstable {
border-top:0px solid #CCCCCC;
padding:10px 0px 10px 0px;
}



