﻿
	/* ========== GENERAL CSS STYLES ========== */

	p {
	font-family: Calibri, Tahoma, Arial;
	font-size: 1.1em;
	color: black;
	}
	
	h1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;	
	}
	
	h2 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.1em;
	font-weight: bold;
	}
	
	html {
	min-height: 101%;
	}
	
	.indent {
	margin-left: 35px;
	}
	
	p.horiz-line {
	text-align:center;
	}
	
	.caption {
	font-family: Calibri, Tahoma, Arial;
	font-size: .9em;
	border: 1px solid black;
	padding: 10px;
	text-align: center;
	background-color: #efefef;
	}

	img	{
	border: 0;
	}
					
	/* ==========  CSS BUTTON STYLES ========== */

	a.cssbutton {
	background: url('../images/cssbutton-left.gif') no-repeat left top;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Tahoma, Arial, "Trebuchet MS";
	line-height: 31px;
	height: 39px;
	padding-left: 12px;
	text-decoration: none;
	}

	a:link.cssbutton, a:visited.cssbutton, a:active.cssbutton {
	color: black;
	}

	a.cssbutton span {
	background: url('../images/cssbutton-right.gif') no-repeat right top;
	display: block;
	padding: 4px 12px 4px 0;
	}

	a.cssbutton:hover {
	background-position: bottom left;
	}

	a.cssbutton:hover span {
	background-position: bottom right;
	color: white; /* dynamic text color */
	}


