body, td {
	font-size: 12px; 
    line-height: 1.4;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', Arial, Sans-Serif;
}
a {
	color: #6699cc;
	}
a:link {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	color: #3366cc;
}
a:visited {
	color: #6699cc;
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	text-decoration: none;
	}
a:visited:hover {
	text-decoration: none;
	color: #3366cc;
}

#contact_info,
#header_right,
#nav {
	text-align: right;
}
#contact_info,
#contact_info a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #222;
	text-decoration: none;
}
#nav a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}

h1.page-title {
	/*font-family: Georgia, Times, 'Times New Roman', serif;*/
	color: #fff;
	font-size: 24px;
	padding-left: 20px;
}

h2 {
	/*font-family: Georgia, Times, 'Times New Roman', serif;*/
	font-size: 18px;
	margin: 0.7em 0;
	padding: 4px 0;
	background: url('/images/line.gif') repeat-x left bottom;
}
h3 {
	/*font-family: Georgia, Times, 'Times New Roman', serif;*/
	font-size: 14px;
	margin: 0.7em 0;
	padding: 2px 0;
	background: url('/images/line.gif') repeat-x left bottom;
}

.menu a {
	line-height: 1.8em;
}
.menu a.active {
	font-weight: bold;
}
	
p, ul, ol {
	margin: 0 0 1.1em 0;
}
em { font-style: italic; }
ul, ul li {
	list-style-type: circle;
	margin-left: 10px;
}
ul li, ol li {
	margin-bottom: 0.4em;
}
ol, ol li {
	list-style-type: decimal;	
	margin-left: 10px;
}
ol ul { margin-top: 0.4em; }
ol ul li {
	list-style-type: circle;
}

label { 
	font-weight: bold;
}
label.pt { font-weight: normal; }

.note {
	border: 1px solid #eaeaea;
	padding: 10px;
	font-size: 10px;
	font-style: italic;
}
.read_more {
	display: block;
	font-size: 10px;
	text-align: right;
}
strong { 
	font-weight: bold; 
}
p.page-intro,
th {
	/*font-family: Georgia, Times, 'Times New Roman', serif;*/
	font-size: 14px;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	text-align: right;
	color: #6699cc;
}
.error { 
	color: 3px solid #BB0000;
	font-weight: bold;
	text-align: center;
	}