/*  CSS DEFINITIONS     */

BODY, TD
{ 
	color:#000000;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
}

P
{
	text-align:left;
}

A:link, A:visited, A:active
{
	color:#000077;
}

A:hover, A:focus
{
	color:#2D6ACB;
}

input.button {
	background-color:silver;
	color:navy;
	font-face:arial;
	font-size:8pt;
	width:100px;
}

.label {
	font-weight:bold;
	text-align:right;
}

.maintitle {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        color: #2B4864;
}
.maintitle a:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #0074BC;
}
.maintitle a:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #2B4864;
}
.maintitle a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        text-decoration: underline;
        color: #2B4864;
}
.maintitle a:active {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        text-decoration: underline;
        color: #2B4864;
}

.articletitle {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        color: #2B4864;
} 

/*     WRAPPER CSS DEFINITIONS     */
TD.eighth01
{
	background-repeat:			no-repeat;
	padding-left:				10px;
	color:						#000000;
	font-weight:				bold;
}

TD.eighth03
{
	padding:					10px;
}

TD.eighth04
{
	padding:					10px;
	font-size:					11px;
	vertical-align:				top;
	color:						#000000;
	background-color:			#FFFFFF;
}

TD.eighth05
{
	padding:					10px;
}

TD.eighth05 A
{
	display:					block;
	text-decoration:				none;
	margin-bottom:				10px;
	font-weight:					bold;
}

TD.eighth05 A:link, TD.eighth05 A:visited, TD.eighth05 A:active
{
	color:						#000000;
}

TD.eighth05 A:hover, TD.eighth05 A:focus
{
	color:						#94ADE3;
}

TD.eighth03 {
	background-repeat:			no-repeat;
}



