.rollover {
	color: #FFFFCC;
	background-color: #003366;
}

th {
	color: #003366;
	background-color: #FFFFCC;
	padding: 3px;
}
td {
	font-size: 10pt;

}

td img {
	display: block;
}
a:hover {
}

table {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;


}
body {
	margin: 15px 0px;
	color: #003366;
	background-color: #FFFFCC;

}
tr.rollover a {
	color: #FFFFCC;
}
td.rollover a {

	color: #FFFFCC;
}
.requiredField {
	color: #F00;
}

form {
	margin: 0px;
}

em{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;

}

p {
	margin-bottom: 0px;
	font-size: 10pt;
	margin-top: 3px;


}
.warning {
	font-size: 9pt;
	font-weight: bold;
}
h1 {
	font-size: 20pt;
	font-weight: bolder;
	text-decoration: underline;
	margin: 2px;

}

.small{
	font-size:9pt;
}
.smaller {
	font-size: 7pt;
}
hr {
	margin: 0px;
}
h5 {
	margin: 0px;
}
.noBorder {
	border: none;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.smallest {
	font-size: 6pt;
}
.smallBold {
	font-size: 8pt;
	font-weight: bold;
}
.smallerBold {
	font-size: 7pt;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
}
.larger {
	font-size: 12pt;
	font-weight: bolder;
}

iframe {
	margin-bottom: 10px;
	border: 1px solid #003366;
}

.nonRDScontent{
	color:#999999;
}


@media print {
	body {
		color: #000000;
		background-color:#FFFFFF
	}
	td{
		color:#000000;
	}
	th{
		color:#000000;
	}
}
  
