body { text-align:center; }
#box { margin:0 auto; text-align:left; width:750px; border:1px solid black; }
td   { font-size: 12px; font-family: Arial, Helvetica, sans-serif }
p  { margin-top: 0px; margin-bottom: 8px }
h1{
	font-size:25px;
	margin:2px 0px 0px 0px;
	line-height: 25px;
	margin-top: 15px; margin-bottom: 5px
	}
h2 {font-size:18px}

.small { font-size: 11px }
#small { font-size: 11px }
.xsmall { font-size: 10px }
#xsmall { font-size: 10px }
.large { font-size: 13px }
#large { font-size: 13px }
.xlarge { font-size: 14px }
#xlarge { font-size: 14px }
.content    { line-height: 1.4em }
.content2    { line-height: 1.3em }
.content3    { line-height: 1.1em }

a:link    { color: #5649A0; text-decoration: underline; font-weight: normal }
a:visited    { color: #5649A0; text-decoration: underline; font-weight: normal }
a:active    { color: #5649A0; text-decoration: underline; font-weight: normal }
a:hover   { color: #000033; text-decoration: underline; font-weight: normal }

#blacklink A:link, #blacklink A:visited, #blacklink A:active {
	color: #0000000;
	text-decoration: none;
	font-weight: normal;
}
#blacklink A:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

#whitelink A:link, #whitelink A:visited, #whitelink A:active {
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
#whitelink A:hover {
	color: #9999CC;
	text-decoration: underline;
	font-weight: normal;
}

ul {
	margin-top: 6px;
	margin-bottom: 0px;
        margin-left: 0px;
        list-style-type: none;
}

li {
        margin-top: 0px;
        margin-bottom: 4px;
        padding: 0 0 0 10px;
        background:  url("../images/bullet.gif") no-repeat 0px 0px;
}
#container {
	margin: 0px auto;
	width: 750px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}
