body,td,th,table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.6;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
.tinytext {
	font-size: 9px;
}


/* Headings */

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #993399;
	line-height: 1;
	margin-top: -2px;
}


/* Links */

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;}
	
	
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.nav:active {
	text-decoration: none;
	color: #FF6600;}
	

/* Layout */


.padding30 {
	padding: 30px;
}
.paddingsides30 {
	padding-right: 30px;
	padding-left: 30px;
}
.borderSolidBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.borderDottedBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.imageRight {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 5px;}
.imageLeft {
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;}
.imageFull {
	padding-right: -30px;
	margin-right: -30px;}