﻿body {
	margin: 0px;
	cursor: default;
	background: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #3366cc;
	text-decoration: underline;
}

body, div, td, table, p {
	font-family: Tahoma;
	font-size: 8pt;
}

h4 {
	font-size: 12pt;
}

table {
	border-collapse: collapse;
}

.title {
	font-weight: bold;
	font-size: 10.5pt;
	
}
.sub-title {
	font-family: Verdana;
	font-size: 6pt;
	color: #b2b2b2;
	margin-bottom: 5px;
}

.menu {
	width: 140px;
	border-left: 1px dotted #9e9581;
	cursor: pointer;
}

.text {
	text-justify: distribute;
	text-align: justify;
}

.cp {
	color: #616161;
}
.cp a, .cp a:link, .cp a:visited, .cp a:active {
	color: #616161;
	text-decoration: none;
}
.cp a:hover {
	color: #414141;
	text-decoration: underline;
}
.cp-small {
	font-family: Verdana;
	font-size: 7pt;
	color: #b2b2b2;
}