/* CSS Document */

a:link {	
	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
text-decoration: none;
}





h1 {
font-weight:normal;
font-size:16px;
color:#FF0000;
padding:0;
margin:0;
text-decoration:none;
}

h1 a:Link{
font-weight:normal;
font-size:14px;
color:#FF0000;
padding:0;
margin:0;
text-decoration:none;
}

h1 a:Visited{
color:#FF0000;
text-decoration:none;
}
h1 a:Active{
color:#FF0000;
text-decoration:none;
}
h1 a:Hover{
color:#000000;
text-decoration:none;
}

h2 {
font-weight:normal;
font-size:10px;
color:#000000;
line-height:14px;
padding:0;
margin:0;
}

/* Bottom links */
h3{
font-weight:normal;
font-size:10px;
color:#FFFFFF;
padding:0;
margin:0;
text-decoration:none;
}

h3 a:Link{
font-weight:normal;
font-size:10px;
color:#FFFFFF;
padding:0;
margin:0;
text-decoration:none;
}

h3 a:Visited{
font-weight:normal;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

h3 a:Active{
font-weight:normal;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

h3 a:Hover{
font-weight:normal;
font-size:10px;
color:#FF0000;
text-decoration:none;
}

/* Top links */
h4{
font-weight:normal;
font-size:10px;
color:#000000;
text-decoration:none;
padding:0;
margin:0;
}

h4 a:Link{
font-weight:normal;
font-size:10px;
color:#000000;
text-decoration:none;
padding:0;
margin:0;
}

h4 a:Visited{
font-weight:normal;
font-size:10px;
color:#000000;
text-decoration:none;
}

h4 a:Active{
font-weight:normal;
font-size:10px;
color:#000000;
text-decoration:none;
}

h4 a:Hover{
font-weight:normal;
font-size:10px;
color:#FF0000;
text-decoration:none;
}

h5{
font-weight:normal;
font-size:10px;
color:#FF0000;
text-decoration:none;
padding:0;
margin:0;
line-height:0px;
}

h6{
font-weight:normal;
font-size:12px;
color:#FFFFFF;
padding:0;
margin:0;
text-decoration:none;
}

