.columnbgright {
	background-attachment: fixed;
	background-image: url(site_images/right_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.columnbgleft {
	background-attachment: fixed;
	background-image: url(site_images/left_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
P {
	font-size: 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;


}
P.smaller {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 14px;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 7px;


}
.tableborderlight {

	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 24px;
	font-family : Georgia, "Times New Roman", Times, serif;
	color: #F09102;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;


}

A:link {
	color: #FF6600;
	text-decoration: underline;

}

A:visited {
	color: #FF6600;
	text-decoration: underline;

}

A:active {
	color: #333333;
	text-decoration: underline;

}

A:hover {
	color: #CC0000;
	text-decoration: underline;

}
