﻿body.print
{
	background-color: #ffffff;
}

td
{
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


/* -------------------------------------------- */
/* - Lists                                    - */
/* -------------------------------------------- */
ul
{
	margin-top: 10px;	
}





/* -------------------------------------------- */
/* - Hover lists                              - */
/* -------------------------------------------- */

.listnorm
{
	color: #5C5C5C;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

.listhover
{
	color: #E6A10D;
	border-top: solid 1px #E6A10D;
	border-bottom: solid 1px #E6A10D;
	cursor: pointer;
}


/* -------------------------------------------- */
/* - Top                                      - */
/* -------------------------------------------- */

div.topmenu
{
	border-left: 1px solid #F2900B;
	padding-left: 14px;
	padding-right: 24px;
	margin-bottom: 3px;
}

a.topmenulink, a.topmenulink:visited
{
	font: bold 8pt Arial;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	letter-spacing: 1px;
}

a.topmenulink:hover
{
	color: #F2900B;
}


/* -------------------------------------------- */
/* - Bottom                                   - */
/* -------------------------------------------- */

td.bottombg
{
	width:750px;
	background-color: #77787B;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#77787B,endColorStr=#515255);
}

/* -------------------------------------------- */
/* - Text styles                              - */
/* -------------------------------------------- */

.bigddimmedheadline
{
	font: normal 17px Arial;
	color: #B0B0B0;
}

.bigorangeheadline
{
	font: bold 11pt Arial;
	color: #F2900B;
}

.boldnormal
{
	font-weight: bold;
}

.dimmed
{
	color: #9D9D9D;
}

.whitetext {
	color: #ffffff;
}

.bigwhite
{
	font: bold 11pt Arial;
	color: #ffffff;
}

.biggray
{
	font: bold 11pt Arial;
	color: #555658;
}

.shortintro
{
	color: #5C5C5C;
	font: bold 7pt Verdana, Arial,Helvetica, sans-serif;
}

.date
{
	color: #484848;
	font: bold 7pt Verdana;
}

/* -------------------------------------------- */
/* - Form elements                            - */
/* -------------------------------------------- */

.topbutton
{
	height: 18px;
	border: none;
	background: tranparent;
	color: #FFFFFF;
	cursor: hand;
	font: normal 10px Arial;
	vertical-align: middle;
}

.topfield
{
	width: 94px;
	height: 18px;
	border: 1px solid #87888B;
	background-color: #ffffff;
	font: normal 10px Arial;
	vertical-align: middle;
}

.button
{
	height: 18px;
	border: none;
	background: tranparent;
	color: #87888B;
	cursor: hand;
	font: normal 10px Arial;
	vertical-align: middle;
}

.field
{
	width: 154px;
	height: 18px;
	border: 1px solid #87888B;
	background-color: #ffffff;
	font: normal 10px Arial;
	vertical-align: middle;
}

.textarea
{
	width: 154px;
	height: 56px;
	border: 1px solid #87888B;
	background-color: #ffffff;
	font: normal 10px Arial;
	vertical-align: middle;
}



/* -------------------------------------------- */
/* - Link styles                              - */
/* -------------------------------------------- */

a
{
	text-decoration: none;
	color: #000000;
}



a.linkgray:link, a.linkgray:visited
{
	color: #9E9FA2;
}

a.linklightgraybold:link, a.linklightgraybold:visited
{
	color: #9D9D9D;
	font-weight: bold;
}

a.linkgraybold:link, a.linkgraybold:visited, td#frontpagecasecontainer a:link, td#frontpagecasecontainer a:visited
{
	color: #5C5C5C;
	font-weight: bold;
}

a:hover, a.linkgray:hover, a.linklightgraybold:hover, a.linkgraybold:hover, td#frontpagecasecontainer a:hover
{
	color: #F2900B;
}

a.linkwhite:link, a.linkwhite:visited, a.linkwhite:hover
{
	color: #ffffff;
}

a.linkwhitebold:link, a.linkwhitebold:visited, a.linkwhitebold:hover
{
	color: #ffffff;
	font-weight: bold;
}

a.linksubmenu:link, a.linksubmenu:visited
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
}

a.linksubmenu:hover
{
	color: #F2900B;
}

a.linksubmenusel:link, a.linksubmenusel:visited, a.linksubmenusel:hover
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #F2900B;
}


td.subMenuSelected
{
	border-top:    solid 1px #DBDBDB;
	color:            #5C5C5C;	
	padding:          5, 5, 5, 0;
	font-family:		Verdana, Arial,Helvetica, sans-serif;
	font-weight:	   normal;
	font-size:        8pt;
	text-decoration:	none;	
}
td.subsubMenu
{
	color:            #5C5C5C;	
	padding:          0, 5, 4, 0;
	font-family:		Verdana, Arial,Helvetica, sans-serif;
	font-weight:	   normal;
	font-size:        7pt;
	text-decoration:	none;	
}