body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background-image: url('/images/background-body.gif') ;
	background-position: top;
	background-repeat: repeat-x;
}

div.topedge {
	height: 4px;
	width: 970px;
}

div.bottomedge {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 172px;
	background-image: url('/images/background-bottom.gif') ;
	background-repeat: no-repeat;
	background-position: center;
	width: 958px;
}

div.legal {
}

div.container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	background: #FFFFFF ;
	width: 958px;
}

div.titlecontentarea {
	padding: 0px;
	text-align: center;
	width: 958px;
}

div.maincontentarea {
	background-repeat: none;
	border-left: 3px solid #EC008C ;
	border-right: 3px solid #EC008C ;
	padding-left: 0px;
	padding-right: 0px;
	/*margin-top: 220px;*/
	padding-left: 20px;
	padding-right: 20px;
	min-height: 60px;
	text-align: center;
	width: 911px;
}

div.contentpara {
	text-align: left;
}

div.para {
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.content_row {
}

table.content {
}

td.content {
	padding: 0px;
	text-align: left;
}

img {
	border: 0px;
}

h1 {
	font-family: calibri, arial, Helvetica,sans-serif ;
	font-size: x-large;
	color: #EC008C;
	text-align: left;
	margin-top: 0em;
}

h2 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

h3 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

p,a,li {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0em;
	color: #666666;
	list-style: none;
}

li {
	margin-left: 24px;
}

a:hover {
	color: red; }

.legal {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
}

a.legal:hover {
	color: blue;
}

/* Menu definitions */
.menudiv {
	vertical-align: bottom;
}

#menu li, ul {
	margin: 0px;
	padding: 0px;
}

#menudiv {
	float: left;
	width: 957px;
	height: 220px;
	background-image: url('/images/logo-top.gif') ;
	background-repeat: no-repeat ;
	padding: 0px;
	padding-left: 20px;
	/*
	border-left: 2px solid #8e9093;
	border-right: 2px solid #8e9093;
	*/
	font-size: small;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 5px;
	width: 128px;
	list-style: none;
}

#menu a#normal {
	float: left;
	background: #FFFFFF ;
	background: url('/images/menu-tab-normal.gif') bottom left no-repeat;
	width: 128px;
	text-align: center;
	color: #FFFFFF;
	padding: 13px 0px 6px 0px;
	margin: 166px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

#menu a#normal:hover {
	background: url('/images/menu-tab-hover.gif') bottom left no-repeat;
	text-decoration: underline;
}

#menu a#current {
	float: left;
	background: url('/images/menu-tab-current.gif') bottom left no-repeat;
	width: 128px;
	color: #FFFFFF ;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 13px 0px 6px 0px;
	margin: 166px 0px 0px 0px;
}

#menu a#current:hover {
	color: #FFFFFF ;
}
