html, body
{
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
	line-height:         20px;
	color:               #666666;
	background-image:    url(../Images/background.jpg);
	background-repeat:   repeat-y;
	background-position: center;
	height:              100%;
	padding:             0px;
	margin:              0px;
}

p
{
	margin-top:    10px;
	margin-bottom: 10px;
}

ol, ul
{
	padding:     10px;
	margin:      10px;
}

a:link
{
	color:           #003399;
	text-decoration: none;
}

a:visited
{
	color:           #003399;
	text-decoration: none;
}

a:hover
{
	color:           #003399;
	text-decoration: underline;
}

a.menu:link
{
	color:           #666666;
	font-weight:     bold;
	text-decoration: none;
}

a.menu:visited
{
	color:           #666666;
	font-weight:     bold;
	text-decoration: none;
}

a.menu:hover
{
	color:            #666666;
	font-weight:      bold;
	text-decoration:  none;
	background-color: #CECEFF;
}

.bgTop
{
	background-image:  url(../Images/bgTop.jpg);
	background-repeat: repeat-x;
}

.box
{
	background-color: #FFFFFF;
	width:            705px;
	padding:          0px;
}

.copyright
{
	font-size:   10px;
	font-weight: bold;
}

.fullHeight
{
	height: 100%;
}

.heading
{
	font-size:   16px;
	font-weight: bold;
	color:       #0D4A8E;
}