@charset "utf-8";
/* CSS Document */
/* Author: Swiss Commercial Capital Ltd */
/* Copyright: Swiss Commercial Capital Ltd - 2008 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #36424a;
	margin: 0px 0px 0px 0px;
	border-style:hidden;
	background-color: #f0f0f0;
	text-decoration:none;
}

/* Text Styles */

ul {
	list-style-type: square;
	color: #a33038;
	margin-left:10px;
	padding-left:10px;
}

p {
	color: #36424a;
}

/* Table Styles */

table {
	border-style:hidden;
	empty-cells:show;
	background-color: #FFFFFF;
}

td.topnav {
	vertical-align:bottom;
	text-align:right;
}

td.nav {
	vertical-align: top;
}

td.footer {
	vertical-align:bottom;
	text-align:center;
	font-size: 9px;
}

td.content {
	vertical-align:top;
}

td.borderright {
	background-image:url(../images/br_r.jpg);
	background-repeat:repeat-y;
}

td.borderbottom {
	background-image:url(../images/br_b.jpg);
	background-repeat:repeat-x;
}

td.bordercorner {
	background-image:url(../images/br_c.jpg);
	background-repeat:no-repeat;
}	

/* Link Styles */

/* Navigation Links */
a.nav:link {
	text-decoration: none;
	color: #36424a;
}
a.nav:visited {
	text-decoration: none;
	color: #36424a;
}
a.nav:hover {
	text-decoration: none;
	color: #a33038;
}
a.nav:active {
	text-decoration: none;
	color: #36424a;
}
a.nav:focus {
	text-decoration: none;
	color: #36424a;
}

/* Normal Links */

a:link {
	text-decoration: none;
	color: #a33038;
}
a:visited {
	text-decoration: none;
	color: #a33038;
}
a:hover {
	text-decoration: none;
	color: #36424a;
}
a:active {
	text-decoration: none;
	color: #a33038;
}
a:focus {
	text-decoration: none;
	color: #a33038;
}