/** TEXTS */

body, p, blockquote, li, td {
	font-family: Arial, Helvetica, Univers;
	font-size: small;
}

p2 {
	font-family: Arial, Helvetica, Univers;
	font-size: small;
	line-height: 1.45;
}

p3 {
	font-family: Arial, Helvetica, Univers;
	font-size: x-small;
	text-align: center;
	line-height: 145%;
}


/** HEADINGS */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 18px;
}

h3 {
	font-family: Arial, Helvetica, Univers;
	font-size: small;
	font-weight: bold;
	margin-bottom: 1px;
}



/**STYLE TYPE */

a {  text-decoration: none; }
a:link {  color: #0000FF; text-decoration: none; }
a:active {color: #0000FF; text-decoration: none; }
a:visited {  color: #0000FF; text-decoration: none; }
a:hover {  color: #FF0000; text-decoration: none; }
