body {
	font-family: "Trebuchet MS", Verdana, Arial;
}
.title {
	font-size: 2.2em;
	font-weight: bold;

}
.main {
	font-size: 0.75em;
}
.mainB {
	font-size: 0.75em;
	font-weight: bold;

}
.titleR {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
.boxT {
	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxB {

	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer {
	font-size: 0.7em;
	color: #999999;

}
.bordL {
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
.titleSm {

	font-size: 1em;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #009999;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

