p  {
	background-color: transparent;
	font-family: arial, sans-serif;
}

td  {
	font-family: arial, sans-serif;
	font-size: .80em;
	color: #333333;
}

ul  {
	background-color: transparent;
	font-family: arial, sans-serif;
	list-style: square;
	color: #333333;
}

ol  {
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #333333;
	list-style: decimal;
}

li  {
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #333333;
	list-style: square;
}

h1  {
	background-color: transparent;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-size: 1.80em;
	font-weight: bold;
	margin-top: 15px;
}

h2  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1.40em;
	font-weight: bold;
}

h3  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1.20em;
}

h4  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h5  {
	background-color: transparent;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: .80em;
	font-weight: bold;
}

a {
	color: #red
}

a:active {
	color: #red
}

a:hover  {
	background-color: #CCCCCC;
	color : #CC0000;
	text-decoration: none;
}

a.mainmenu {
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: .85em;
	color: #ffffff;
}

body  {
	background-color : #ffffff;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: .80em;
	margin: 0px 0px 0px 0px;
}

.white_text	{
	color: #ffffff;
	font-weight: bold;
	vertical-align: center;
}

.text {
	color: #000000; 
	margin-left: 25px;
	margin-right: 30px;
}

/* Left Side Navigation Style and Classes  */

.side_nav {
	background-color : #999999;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:visited.side_nav {
	background-color: #999999;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:active.side_nav {
	background-color: #999999;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:hover.side_nav {
	background-color: #999999;
	color: #cc0000;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.side_navwrap { 
	position: relative; 
	color: #ffffff;
	float: left; 
	width: 10px; 
	padding-bottom: 10px;
} 

.side_navnowrap { 
	position: relative;
	color: #ffffff;
	float: left;
} 

.newnavwrap { 
    line-height: 1.25em;
	margin-bottom: 8px;
}

.navwrapbullet { 
    position: relative;
	color: #ffffff;
	float: left; 
	width: 10px; 
	margin-left: 10px;
	padding-bottom: 5px;
}

/*  End Side Navigtion Information  */
/*  Bottom (footer) Navigation Style and Classes  */

.bottom_nav  {
	font-family: verdana, sans-serif;
	font-size: .70em;
	background-color: transparent; 
	color: #666666;
}

/*  End Bottom Navigation Information  */

.indentsmall { 
	margin-left: 25px; 
	}
	
.indentmedium {
	margin-left: 45px;
	}
	
.indentlarge {
	margin-left: 65px;
	}

table.layoutprimary td  { 
	font-family: arial, sans-serif;
	font-size: 80%;
	padding:5px; 
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
	}
	
table.layoutprimary th {
	font-family: arial, sans-serif;
	background-color: #000000;
	color: #ffffff;
	padding:5px; 
 	border: 1px solid #cccccc;
	vertical-align: top;
	}
