﻿@charset "UTF-8";
/* CSS Document */

body,td,th {
	border-style:none;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: black;
}
body {
	background-color: #ADADAD;
}
img {
	border: 0;
	border-style:none;
}
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: white;
}
.class1 a:link {
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: white;
}
.class1 a:hover {
	text-decoration: none;
	color: #13B5EA;
}
.class1 a:active {
	text-decoration: none;
}
.class2 a {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: white;
}
.class2 a:link {
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: white;
}
.class2 a:hover {
	text-decoration: none;
	color: #f89828;
}
.class2 a:active {
	text-decoration: none;
}
.class3 a {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: white;
}
.class3 a:link {
	text-decoration: none;
}
.class3 a:visited {
	text-decoration: none;
	color: white;
}
.class3 a:hover {
	text-decoration: none;
	color: #f89828;
}
.class3 a:active {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: tahoma;
}
h1 {
	font-size: 24px;
	color: black;
}
h2 {
	font-size: 16px;
	color: black;
}
h3 {
	font-size: 14px;
	color: black;
}
h4 {
	font-size: 20px;
	color: white;	
}

