body {
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
	font-size: 1em;
	margin: 0px;
}

table.main {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: #E8E8E8;
}

table.main td {
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-style: none;
	border-color: #CCCCCC;
}

p {
	font-size: medium;
	font-size: 1em;
}


.sideBar {
	font-size: x-small;
	margin-top: 5px;
	padding: 5px;
	background-color: #99CCFF;
}


.sideBarLink {
	font-size: x-small;
	color: #CC0000;
}

h4, h5 {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #880000;
	background-color: #C0C0C0;
}

a:link {
	text-decoration: none;
	color: #006699;
	font-size: small;
	font-size: 1em;
}

a:visited {
	text-decoration: none;
	color: #006699;
	font-size: small;
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
	color: #CC0066;
	font-size: small;
	font-size: 1em;
}

a:active {
	text-decoration: none;
	color: #FF0000;
	font-size: small;
	font-size: 1em;
}

a img {border-width: 0; background: top left no-repeat;}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.copy {
	color: #333333;
	font-size: x-small;
}

.dotted {
border-bottom-color: rgb(74, 74, 74);
border-bottom-style: dotted;
border-bottom-width: 1px;	
}