/* Created October 2009 Tom Olzak */

/* Change Log */

/* Global Styles */

body {
	margin:50px;
	background-color:#980000
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}
	
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;
}

/*Menu Styles */
a {color: #FF080E;
	text-decoration:none;
	}
a:link {color:#F8FF00}      /* unvisited link */
a:visited {color:#F8FF00}  /* visited link */
a:hover 
{
color:#F8FF00;
font-size:18px;
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}


