body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.white:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.white:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.white:active {
	text-decoration: none;
	color:#FFFFFF;
}

.white {
	color:#FFFFFF;
}

.thinborder {
	border: solid 1px #010066;
}

.whiteSideBorder {
	color: #FFFFFF;
	left: 15px;
	text-indent: 15px;
}