A:link {
	color: black;
	text-decoration:underline;
}
A:visited {
	color: black;
	text-decoration:underline;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

.adminButton {background-color: black; color:white}

.adminMessage {color:red; background-color:yellow}

.blogFooter {font-size: 9pt; font-family: tahoma}

.blogText {
	font-size: 10pt;
	font-family: verdana
}

.blogTitle {font-size: 14pt; font-family: verdana}

.inputBoxStyle {

	background-image: url(images/background_input.gif);
	
}

.archiveListSmall {color: black; font-size: 10pt; font-family:tahoma}

.archiveListNormal {color: black; font-size: 12pt; font-family:arial}

.singleArchiveTitle {color: black; font-size:14pt; font-family: arial}

.singleArchiveText {color: black; font-size: 12pt; font-family: verdana}

.textAreaFont {color:black; font-size:12pt; font-family:arial}

.textBaseColor {color: black}

.textBigHeader {
	color: #C6E1E1;
	font-size:13pt;
	*font-size:12pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight: 400;
	padding-right:8px;
}

.textBoldfaced {font-weight: 700}

.textEmphasized {font-style:italic}

.textFooter {
	color: #C6E1E1;
	font-size: 8pt;
	font-family: tahoma
}

.textForm {font-size: 10pt; font-family: arial}

.textLarge {font-size: 12pt; font-family: verdana}

.textNormal {
	font-size: 9pt;
	font-family: verdana
}

.textOnButtonLarge {color: black; font-size:14pt; font-family:arial}

.textOnButtonSmall {color: black; font-size:9pt; font-family:arial}

.textSmall {font-size: 9pt; font-family: verdana}

.textUnderlined {text-decoration: underline}

.overlay1 {position: absolute; top: -125px; position:relative; left: 0px}

.genericColumnBackground {

	background-image: url(images/single_column_middle.gif);
	background-repeat: repeat;

}

.doubleColumnTable {
	background-image: url(images/double_column_middle.gif);
	background-repeat: repeat;
}

.doubleColumnBackground {
	background-image: url(images/double_column_middle.gif);
	background-repeat: repeat;
	width:800px;
	margin:0px;
	overflow:hidden;
}

.singleColumnTable {
	background-image: url(images/single_column_middle.gif);
	background-repeat: repeat;
}

.singleColumnBackground {
	
	background-image: url(images/single_column_middle.gif);
	background-repeat: repeat;
	width:800px;
	margin:0px;
	
	overflow:hidden;

}

.innerColumnText {
	padding-left: 15px;
	padding-right: 15px;

}

.innerFormText {

	padding: 15px;


}

