body {
	font-family: Verdana;
	background-color:#ccccff;
	
	color: #343434;
	font-size: 14px;	
}

p {
	color: #343434;
	font-size: 15px;
}

div.home_text {
	width:520px;
	color: #343434;
	font-size: 15px;
}

div.home_bold {
	width:520px;
	color: #343434;
	font-size: 15px;
	font-weight: bold;
}

h1 {
	font-size:18px;
	color:#D70000;
	margin-top:20px;
	margin-bottom:20px;
}

h2 {
	font-size:18px;
	color:#D70000;
	margin-top:10px;
	margin-bottom:0px;
}

h3 {
	font-size:15px;
	color:#343434;
	margin-top:0px;
	margin-bottom:4px;
}

a {
    color: #343434;
	text-decoration: none;
}

a:link { 
	text-decoration:none;
}

a:visited { 
	text-decoration:none; 
}

a:hover { 
	color: black;
	text-decoration:underline;
}

a:active { 
	color:#D70000;
	text-decoration:underline;
}

a.selected { 
	color:#D70000;
	text-decoration:underline;
}

table.bordered {
	border-left: 2px solid #343434;
	border-right: 2px solid #343434;
}

table.bordered_line {
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	margin: 0px;
	padding: 0px;
}

table.text {
	color: #343434;
	font-size: 15px;
}

td.bordered {
	border-right: 1px solid #343434;
}