body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
td a:link, td a:visited, p a:link, p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
td a:hover, p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: -2px;
	color: #3A559C;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A559C;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.tileleft {
	background-position: right bottom;
	background-image:  url(../../images/tile_left.jpg);
}
.tileright {
	background-position: left bottom;
	background-image:  url(../../images/tile_right.jpg);
}
hr {
	border: thin dotted #CCCCCC;
}
form {
	margin:0px;
	padding:0px;
}
input {
vertical-align:middle;
}
.alternateRow {
	background-color:#F0F0F0;
}
.innerTableBorder {
	border: 1px dotted #3A559C;
	margin-bottom: 10px;

}

