/* Created October 2009 Tom Olzak */

/* Change Log */

/* Global Styles */

body {
	margin:50px;
	background-color:#F8D870
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
img.textr /*use when wrapping text to the right */
{

padding-bottom:25px;
padding-right:25px;
}

img.textl  /*use when wrapping text to the left*/
{
padding-bottom:25px;
padding-left:25px;
}

td.band
{
background-color:#FFF8DC;
text-align:center;
}

p.tpad
{
padding-top:2cm
}

/*Menu Styles */
a {color: #FF080E;
	text-decoration:none;
	}
a:link {color:#600000}      /* unvisited link */
a:visited {color:#600000}  /* visited link */
a:hover 
{
color:#600000;
font-size:20px;
font-weight:bold;
}

 /* Font Styles */
.style12 {font-size: 12px;}
.style14 {font-size: 14px;}
.style16 {font-size: 16px;}
.style18 {font-size: 18px;}
.style20 {font-size: 20px;}
.style22 {font-size: 22px;}

h2 {text-align:center}
h2.left {text-align:left}


