/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */

body,td,th {
    font-family: "Trebuchet MS";
    font-size: 10pt;
    height: 100%;
}

a {
    text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
			font-size: medium;
}
.style2 {
			font-size: medium; 
}
.style3 {
			font-size: small; 
			font-weight: bold;
}
.style4 {
			font-size: medium; 
			font-weight: bold;
}
.style5 {
			font-size: x-large; 
			font-weight: bold;
}
.style6 {
			font-size: large
			font-weight: bold;			
}
.style7 {
	font-size: xx-large;
	font-weight: bold;
}