html
{
margin: 0;
}

body
{
margin: 0;
background: white;
font-family: verdana, arial, sans-serif;
color: #2F4F4F;
}

img
{
border-style: none;
}

h1
{
font-size: x-small;
color: #000000;
line-height: 20px;
}

h2
{
font-size: medium;
font-style: italic;
}

p
{
font-size: x-small;
margin: 8px;
line-height: 11px;
}

ul
{
list-style-image: url(images/bulletsmall.gif);
margin-left: 16px;
padding: 0;
}

li
{
font-size: x-small;
margin: 8px;
line-height: 12px;
}

span
{
font-size: x-small;
color: #000000;
line-height: 12px;
}

a:link {
	color: #2F4F4F; /* link color */
}

a:visited {
	color: #2F4F4F; /* visited link color */
}

a:hover {
	color: #2F4F4F; /* visited link color */
	text-decoration: none;
}

a:active {
	color: #2F4F4F; /* active link color */
}

.container
{
border: 0px outset;
}

.header
{
border: 0;
background: #B8B7FF url(images/bgheader.png) repeat-x;
text-align: left;
}

.celrow
{
vertical-align: top;
height: 180px;
}

.cel
{
border-top: 2px solid #eeeeee;
border-left: 2px solid #cecece;
border-bottom: 2px solid #b9b9b9;
border-right: 2px solid gray;
background-color: #f5f5f5;
width: 50%;
vertical-align: top;
}

.celsmall
{
border-top: 2px solid #eeeeee;
border-left: 2px solid #cecece;
border-bottom: 2px solid #b9b9b9;
border-right: 2px solid gray;
background-color: #f5f5f5;
background-color: #f5f5f5;
width: 25%;
vertical-align: top;
}

.celheader
{
border-bottom: 2px solid white;
padding: 2px 2px 2px 22px;
color: white;
background: #B8B7FF url(images/bullet.gif) no-repeat left 2px;
}

.sub
{
font-size: x-small;
font-style: italic;
}

.footer
{
background: #B8B7FF url(images/bgcel.png) repeat-x;
height: 50px;
text-align: center;
font-size: x-small;
color: white;
}

