/* CSS simple design by Thomas Egtvedt */
h1, h2 {
	color: #666;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	}
h2 {
	font-size: 20px;
	font-style: italic;
	}
pre {
	color: #c33;
	background-color: inherit;
	font-size: 11px;
	border: 1px solid #c33;
	padding: 3px;
	margin: 15px 0px 15px 10px;
	}
h3 {
    color: #c33;
	background-color: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
a:link, a:visited {
	color: #c33;
	background-color: inherit;
	text-decoration: none;
	}
a:hover, a:active {
	color: #f33;
	background-color: inherit;
	text-decoration: underline;
	}
img {
    border: 0px;
    }
img.related {
    vertical-align: middle;
    }
img.alignright {
    float: right;
	padding: 0px 0px 0px 10px;
    }
img.alignleft {
    float: left;
	padding: 0px 10px 0px 0px;
    }
p.centered { 
    text-align: center;   
	}
table.standardtable {
    width: 450px;
	padding: 0px;
	margin: 0px;
    }

.dloadshead { 
    color: inherit;
	background-color:#ddd;
	}
.dloadsheadsponsor { 
    color: inherit;
	background-color:#c33;
}

p.newslettertext {  
	color: inherit;
	background-color: #eed;
	font-size: 11px;
	text-align: justify;
	border-top: 1px solid #fee;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 5px solid #c33;
	margin: 0px;
	padding: 8px;
    }
.newsletterinput {  
	border: 1px solid #333; 
	width: 140px; 
	font: 10px verdana, arial, sans-serif; 
	padding: 5px;
    }
.newsletterbutton { 
    color: #fff; 
	background-color: #c33; 
	width: 40px; 
	font: 10px verdana, arial, sans-serif; 
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #d33;
	padding: 4px;
    }

.poll_head { 
    color: #eee; 
	background-color: #666; 
}
.poll_title { 
	font-size: 12px;
	font-weight: 900;
	padding: 3px;
}
.poll_text { 
    padding: 3px;
	border-bottom: 1px solid #ddd;
}	
p.poll_qest {  
	color: #666;
	background-color: #eed;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #fee;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 5px solid #c33;
	margin: 0px;
	padding: 4px 8px 4px 8px;
    }
.pollbutton { 
    color: #fee; 
	background-color: #c33;
	font: 11px verdana, arial, sans-serif; 
	border: 0px;
    width: 60px; 
	padding: 2px;
	}

p.ratetext {  
	color: inherit;
	background-color: #eed;
	font-size: 11px;
	text-align: justify;
	border-top: 1px solid #fee;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 5px solid #c33;
	margin: 0px;
	padding: 8px;
    }
	
.searchinput {  
	font: 11px verdana, arial, sans-serif; 
	border: 1px solid #333; 
	width: 140px; 
	padding: 5px;
	text-align: center;
    }
.searchbutton { 
    color: #fff; 
	background-color: #c33; 
	font: 11px verdana, arial, sans-serif; 
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #d33;
    width: 60px; 
	padding: 4px;
	}

.weblinkshead { 
    color: inherit;
	background-color:#ddd;
	}
.weblinksheadsponsor { 
    color: inherit;
	background-color:#c33;
}

/* start error messages */
.error { 
    color: #c00; 
	background-color: inherit;
	font-weight: 900; 
}
.great { 
    color: #360; 
	background-color: inherit;
	font-weight: 900; 
}
.highlight { 
    color: #090; 
	background-color: inherit;
	font: 11px "Courier New", Courier, mono, serif;
}