/* Normal, standard links. */
a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: none;
}

img {
	border: none;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

tr {
	vertical-align: top;
}

th {
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
/* By default (td, body..) use Verdana in black. */
body, td
{
	color: black;
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

h3 {
	color: black;
	font-size: 11pt;
	background-image: url(images/catbg.gif);
	text-align: center;
	border: 1px solid #6394bd;
	margin-bottom: 5px;
	margin-top: 5px;
}

h2 {
	color: #000066;
	font-size: 11pt;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
	text-decoration: underline;
}

ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

li {
	margin-top: 3px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

.cfarticle {
	font-weight: bold;
	font-style: italic;
	background-color: yellow;
	
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg {
	color: #000000;
	background-color: #afc6db;
}
.windowbg2 {
	background-color: #f8f8f8;
}

.bordercolor {
	background-color: #66CCFF;
}

.tborder
{
	border: 1px solid #6394bd;
}

.featuredheader {
	font-weight: bold;
	font-size: 11pt;
	color: #000066;
}
/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 11pt;
}

.adbackground {
	background-color: #000066;
	color: white;
	text-align: center;
}

a.adbackground:link, .adbackground:visited {
	color: white;
	text-decoration: none;
}

a.adbackground:hover {
	text-decoration: underline;
}

tr.navigationlinks {
	background-color: white;
	color: black;
}

a.navigationlinks {
	background-color: white;
	color: black;
	display: block;
	width: 100%;
	text-align: center;
}

a.navigationlinks:link, a.navigationlinks:visited {
	color: #000066;
	text-decoration: none;
}

a.navigationlinks:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #afc6db;
}

