@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-image: url(../images/bgrd2.jpg);
	background-repeat: repeat-x;
	background-color: #ffe8e8;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #FF0000;
}
h2 { font-size: 16px
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {color: #FF0000}
.style3 {color: #33CCFF}
.style4 {color: #CC00FF}
.style5 {color: #FF0000}
.style6 {font-size: 16px}

a.red:link {color: #FF0000; }
a.red:active {color: #FF0000; }
a.red:visited {color: #FF0000; }
a.red:hover {color: #FF0000; }
