body {
	background-color: #CCCCCC;
	background-image: url("images/bgpattern.jpg");
	background-attachment: fixed;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{ 
	color: #333333; 
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 30px;
	text-align: left;
}

h2{ 
	color: #666666; 
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: ;
	font-size: 16px;
	text-align: left;
}

p.first{ 
	color: #666666; 
    font-family: arial; 
	font-size: 14px;
	text-align: justify;
}
p.second{ 
	color: #000000; 
    font-family: arial; 
	font-size: 12px;
	text-align: justify;
}
p.third{ 
	color: #666666; 
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 18px;
	text-align: left;
}
p.fourth{ 
	color: #ffffff; 
    font-family: arial; 
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
}

span.first{ 
	color: #666666; 
    font-family: arial; 
	font-size: 14px;
	text-align: justify;
}

span.second{ 
	color: #666666; 
    font-family: arial; 
	font-size: 14px;
	text-align: left;
}

span.third{ 
	color: #333333; 
    font-family: arial; 
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

span.fourth{ 
	color: #333333; 
    font-family: arial; 
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

span.fifth{ 
	color: #333333; 
    font-family: arial; 
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

a.first:link { color: #cccccc; text-decoration: none; }
a.first:visited { color: #cccccc; text-decoration: none; } 
a.first:hover { color: #ffffff; text-decoration: none; }

a.second:link { color: #333333; text-decoration: none; }
a.second:visited { color: #333333; text-decoration: none; } 
a.second:hover { color: #666666; text-decoration: none; }

a.third:link { color: #333333; text-decoration: underline; }
a.third:visited { color: #333333; text-decoration: underline; } 
a.third:hover { color: #666666; text-decoration: underline; }