﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFDE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #DD2121
	/* #1B1BCF; */
}
a:active {
	color: #6699CC;
}

s.divleft {
	
	background-repeat: no-repeat;
	background-position: right;
	width:  100px;
	height: 250px;
}

.main {
	width:  499px;
	height: 487px;
}

h4.help{
	font-variant: small-caps;
}

p.help {
	margin-top:    0px;
	margin-bottom: 3px;
	margin-left:   0px;
	margin-right:   0px;
	text-indent: 15px;
	text-align: justify;
	font-variant: small-caps;
}

s.divright {
	background-repeat: no-repeat;
	background-position: left;
	
	width:  100px;
	height: 250px;
}

