﻿/* CSS Document */
a:hover {
	color:#323758;
}
.menu {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#323758;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:3px;
	font-size:12px;
}
.fade {
	color:#999999;
	font-size:12px;
}
a.fade:hover {
	color:black;
}
.tdmenu {
	background-color:#FFE377;
}
.tdmenuOver {
	background-color:#FFF1B9;
}
.tdpop {
	background-color:#FFE377;
	background-image:url('images/line.gif');
	background-repeat:repeat-y;
}
.tdpopOver {
	background-color:#FFF1B9;
	background-image:url('images/line.gif');
	background-repeat:repeat-y;
}

body {
	font-family: verdana, helvetic, arial, san-serif;
}

p,fieldset {
	margin:6px;
	font-size:12px;
}
li {
	margin:6px;
	font-size:12px;
}
.pagetitle {
	margin:6px;
	font-size:14px;
	font-weight:bold;
}

H1 {
	margin:6px;
	font-size:14px;
	font-weight:bold;
}
H2 {
	margin:6px;
	font-size:12px;	
}

.hide {
	visibility: hidden;
}
.show {
	visibility: visible;
}
.reg {
	margin:6px;
	font-size:12px;
}


