/* CSS Document */

body, td, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:19px;
	}

body {
	height: 100%;
	margin:5px 10px 0px 10px;
	}

a:link, a:visited, a:active {
	color:#7e2a34;
	font-weight:bold;
	text-decoration:underline;
	}

a:hover {
	font-weight:bold;
	text-decoration:none;
	}
	
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color:#cc6633;
	}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}
	

/* CLASSES */

.contentheading {
	color:#3c3c3e;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	padding:3px 3px 3px 10px;
	background:#d5ddea;
	width:460px;
	}

.footer a:link, 
.footer a:visited, 
.footer a:active, 
.footer a:hover{
	color:#333;
	text-decoration:none;
	font-weight:normal;
	}

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

.column_nav,
.column_nav a:link,
.column_nav a:active,  
.column_nav a:visited, 
.column_nav a:hover {
	font-size:11px;
	line-height:15px;
	color:#831550;
	text-decoration:none;
	}
	
.column_nav a:hover {
	text-decoration:underline;
}

.column_tools,
.column_tools a:link,
.column_tools a:active,  
.column_tools a:visited, 
.column_tools a:hover {
	font-size:11px;
	line-height:15px;
	color:#042150;
	text-decoration:none;
	}
	
.column_tools a:hover {
	text-decoration:underline;
}

.anchorlinks,  .anchorlinks_sub {
	line-height:20px;
	}

.anchorlinks_sub {
	padding-left:20px;
	}

.pagetitle {  
	padding:7px;
	font-weight:bold;
	font-size:16px;
	color:#666666;
}

.small {
	font-size:10px;
	}
