@charset "utf-8";


/* CSS Document */
body {
	background-color: #ccc;
	color: #333;
	font-size: 12px;
	font-family: Georgia, serif;
	background-image: url(../images/bg.jpg);
}
table {
font-size: 12px;
color: #333;
font-family: Arial, sans-serif;
}
table.main {
	background-image: url(../images/bg_table.jpg);
	font-size: 12px;
	color: #333;
	font-family: Arial, sans-serif;
}
table.yellow{
	background-color: #FFC;
	font-size: 12px;
	color: #333;
	font-family: Arial, sans-serif;
}
table.top {
	font-size: 12px;
	color: #fff;
	font-family: Arial, sans-serif;
}

table.header {
	font-size: 12px;
	color: #fff;
	font-family: Arial, sans-serif;
	background-image: url(../images/header.jpg);
}
td.nav {
	font-size: 12px;
	color: #fff;
	font-family: Arial, sans-serif;
	background-image: url(../images/navigation.jpg);
}

table.form{
background-color: #eeeeee;
}
table.footer {
	background-color: #FFF;
	font-size: 10px;
	color: #fff;
	font-family: Arial, sans-serif;
	background-image: url(../images/footer.gif);
}

h1 {
font-size: 18px;
color: #c21d2d;
font-family: Arial, sans-serif;
}

h2 {
font-size: 14px;
color: #000;
font-family: Arial, sans-serif;
}

a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #c21d2d;
	text-decoration : none;
} 
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #c21d2d;
	text-decoration : none;
} 
a:hover {
font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
color: #c21d2d;
text-decoration: underline; 
} 

a.navigation:link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #fff;
	text-decoration : none;
} 
a.navigation:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #fff;
	text-decoration : none;
} 
a.navigation:hover {
font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
color: #fff;
text-decoration: underline; 
} 
