.border1 {
	border: 1px solid #666666;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style1 {
	font-size: 12pt;
	font-weight: bold;
}
.titleMain {
	font-size: 12pt;
	color:#000066;
	font-weight: bold;
}
.titleMain2 {
	font-size: 11pt;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	COLOR: #3366FF;
	text-decoration: underline;
}
.menuItem:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size:9pt;
	
}

.menuItem:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:9pt;
}
.menuItem:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:9pt;
}
.menuLang:link {
	text-decoration: none;
	color: #999999;
	font-size:8pt;
	
}

.menuLang:visited {
	text-decoration: none;
	color: #999999;
	font-size:8pt;
}
.menuLang:hover {
	color: #000000;
	text-decoration: underline;
	font-size:8pt;
}
.tdWithBottomBorder
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.listSmall{
	text-decoration: none;
	color: #666666;
	font-size:8pt;
	}
	
.listMedium{
	text-decoration: none;
	color: black;
	font-size:9pt;
	
}