body
{
	color: #424242;
	margin: 0px;
}
a
{
	color: #414141;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}
hr
{
	color: #B0B0B0;
}
p
{
	color: #424242;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	margin-top: 5px;
}
h1
{
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
h2
{
	color: #e53d91;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
h3, h4, h5, h6
{
	font-family: Verdana, Sans-Serif;
}
/* -------------------- Classes -------------------- */
.outerMainTable
{
	height: 100%;
	width: 900px;
}
.innerMainTable
{
	height: 780px;
	width: 100%;
}
.footer
{
	color: #A2A2A2;
	font-family: Arial, Sans-Serif;
	 
}
.blackVerticalColumn
{
	background-color: #121212;
}
.bigImageCell
{
	background-color: #000000;
	vertical-align: top;
	width: 591px;
}

/* -------------------- START: new stuff -------------------- */
.toprow 
{
    background: url(../images/toprowbg.gif) repeat-x left top;
    margin: 20px 0px 20px 0px;
}
.toprow td {vertical-align: top;}
.logotypetop {margin-left: 20px;}
.logotypebottom {margin-left: 20px;display: block;float:left; display: inline;}
.topmenu {float: left;white-space:nowrap;margin: 0px 0px 0px 16px;}
.topmenu a , .submenu a 
{
    display: block;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin: 0px 20px 0px 0px;
    height: 38px;
    line-height: 38px;
}
.topmenu a:hover, .topmenu a.selected, .submenu a:hover, .submenu a.selected 
{
    text-decoration: underline;
}
.submenu {padding-left: 95px;}
.submenu a {font-size: 11px;height: 26px;line-height: 26px;color: #000000;}

.flash {margin: 0px 0px 20px 0px;}
.flash .text 
{
    background: #e53d91;
    border-left: solid 1px #ffffff;
    padding: 20px;
    vertical-align: top;

}
.flash p 
{
	color: #ffffff;
}
.flash h2
{
	color: #ffffff;
}
/* -------------------- END: new stuff -------------------- */


/* -------------------- Main menu -------------------- */
.mainMenuBulletCell
{
	background-color: #F2F2F2;
	text-align: center;
	vertical-align: middle;
	width: 15px;
}
.mainMenuLinkCell
{
	border-bottom: solid 1px #F2F2F2;
	padding-left: 5px;
}
.mainMenuLinkCell a
{
	color: #414141;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
/* -------------------- Sub menu -------------------- */
.subMenuRow
{
	background-color: #F3F3F3;
}
.subMenuBulletCell
{
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.subMenuLinkCell
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.subMenuSeparatorCell
{
	color: #414141;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 5px;
}
.subMenuLinkCell a
{
	color: #414141;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* -------------------- Footer -------------------- */
.footer
{	
	color: #414141;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}