body {
	background-attachment: fixed;
	background-image: url(../Images/sideflash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: medium;
	color: #333333;

}
h1 {
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	color: #000099;

}
h2 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #000099;

}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000099;

}
p {
	margin-left: 30px;

}
table {
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

.plaintable	{
	margin-left: 0px;
	margin-right: 0px;
	text-align:left
}

td {
	padding-right: 15px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 90%;
	padding-bottom: 5px;
	text-align: left;
}

.plaincell	{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}	

.errflag	{
	font-size: 120%;
	font-weight: 600;
	color: red;

}
th {
	line-height: 120%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
	vertical-align: top;

}
.noborders {
	border: none;
}
hr {
	margin-left: 30px;
	color: #0000CC;

}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #0000CC;

}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
li {
	margin-left: 50px;
}
.tablecellunderlined {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.tablecellunderlinedRD {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;

}
textarea {
	font-size: 100%;
}
input {
	font-size: 100%;
}
.tablecellRD {

	border-bottom-style: none;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.hline	{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom:1px;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 dotted;
}	
.tline	{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 75%;
	padding-top: 3px;
	padding-bottom: 1px;
	border-right: 1px #666666 dotted;
	vertical-align: top;
}
