h2 {

font-size: 42px;

}

body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #585252;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
}

.text2 {
    color: #FF7E00;
}

a {
    color: #FF7E00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a.link1 {
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 12px;
    color: #FFFFFF;
	text-decoration: none;
}

.style1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.style1 a:hover {
	color: #FFFFFF;
    text-decoration: bold;
}

.style2 {
    font-size: 14px;
    color: #666666;
	text-decoration: none;
}

.style2 a {
    color: #FF6600;
    text-decoration: none;
}

.style2 a:hover {
	color: #FF6600;
    text-decoration: bold;
}

.style2 a:visited {
	color: #FF6600;
    text-decoration: none;
}