/*STANDARD OM INGET VALT*/
BODY
{
	display: block;
	margin: 5px;
	
}
A:link
{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
A:visited
{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
A:hover
{
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}


span
{	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Arial;
}


/**/

.CHeading
{
	font: 13.5pt Arial;
	color: #666666;
	font-weight:bold;
}

.CRedText
{
	font-size: 8pt;
	color: #CE1111;
	font-family: Verdana, Arial;
}

.CText
{
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Arial;
}

.CTextGrey
{
	font-size: 8pt;
	color: #cccccc;
	font-family: Verdana, Arial;
}


.CSmallText
{
	font-size: 7.5pt;
	color: #666666;
	font-family: Verdana, Arial;
}

.CButton
{
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
}

.CTextBox
{
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
}

.CDropDown
{
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
}

A.CTopMenu:link
{
	font-size: 8pt;
	font-weight:bold;
	color: #FFFFFF;
	font-family:Arial;
	text-decoration: none;
}

A.CTopMenu:visited
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Arial;
	text-decoration: none;
}

A.CTopMenu:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Arial;
	text-decoration: none;
}


A.CLeftMenu:link
{
	font-size: 8pt;
	color: #333333;
	font-family:  Arial;
	text-decoration: none;
	font-weight:normal;
}

A.CLeftMenu:visited
{
	font-size: 8pt;
	color: #333333;
	font-family: Arial;
	text-decoration: none;
	font-weight:normal;
}

A.CLeftMenu:hover
{
	font-size: 8pt;
	color: #333333;
	font-family: Arial;
	text-decoration: none;
	font-weight:normal;
}
.CGrayBorder
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.CTable
{
	background-color:#FFFFFF;
}



