body {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #e2e2e2;
	background-image: url(../images/bg_page.gif);
}

td {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-color: #ffffff;
	font-size: 13px;
	text-decoration: bold;
}

th {
	font-family: Trebuchet MS, Arial, Helveticae;
	font-color: #ffffff;
	font-size: 13px;
	text-decoration: bold;
}
p {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-color: #ffffff;
	font-size: 13px;
	text-decoration: bold;
}


a:link {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #003399;
	font-size: 13px;
	text-decoration: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #003399;
	font-size: 13px;
	text-decoration: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #006699;
	font-size: 13px;
	text-decoration: underline;
}

a.white:link {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: bold;
	text-decoration: none;
}
a.white:visited {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: bold;
	text-decoration: none;
}
a.white:hover {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #333333;
	font-size: 13px;
	text-decoration: underline;
}

.grey {
	color: #666666;
	font-size: 11px;
	padding: 4px;

}

.white {
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;

}

.headlineOrange {
	color: #c24802;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;

}

.headlineWhite {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Palatino Linotype, Times;
	padding-left: 25px;

}

.subhead {
	color: #006699;
	font-size: 16px;
	font-weight: bold;
	font-family: Palatino Linotype, Times New Roman, Times;
	letter-spacing: 1px;

}

.important{
	
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Palatino Linotype, Times New Roman, Times;
	letter-spacing: 1px;
}

.quote {
	color: #333333;
	font-size: 12px;
	padding: 5px 20px 5px 30px;
	font-style: italic;
	text-align: right;

}

.content {
	color: #ffffff;
	font-size: 13px;
	padding-left: 8px;
	padding-top: 5px;
	
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Trebuchet MS, Century Gothic, sans-serif;
	font-weight: bold;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 20px;
	list-style-type: none;
}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Trebuchet MS, Century Gothic, sans-serif;
	font-weight: bold;
	border: 0px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 20px;
	list-style-type: none;

}

a.menu:hover {
	text-decoration: none;
	color: #0066CC;
	font-size: 0.9em;
	font-family: Trebuchet MS, Century Gothic, sans-serif;
	font-weight: bold;
	border: 0px;
	text-align: center;
	margin: 0px;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 20px;
	list-style-type: none;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	list-style-type: none;
}

.menu ul li a{
	list-style-type: none;
}

ul, ul li, li {
list-style-type: none;
}

.bgGrid {
	background-image: url(../images/grid.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ffffff;
}

.description {
	border-bottom: 1px dashed #CCCCCC;
}

.small {
	font-size: 11px;
	color: #000000;
}

.box {
	border: 1px solid #333333;
	padding: 5px;
}

img.border{
border:solid;
border-width:5px;
border-color:#CCCCCC;
}