body {
	font-family: Verdana;
	font-size: 10px;
	color: #464C53;
}

.title {
	font-size: 22px; color: #6680A1; font-weight: bold;
}
A.title:link {
	font-size: 22px; color: #6680A1; text-decoration: none; font-weight: bold;
}
A.title:active {
	font-size: 22px; color: #6680A1; text-decoration: none; font-weight: bold;
}
A.title:visited {
	font-size: 22px; color: #6680A1; text-decoration: none; font-weight: bold;
}
A.title:hover {
	font-size: 22px; color: #6680A1; text-decoration: underline; font-weight: bold;
}

.title_small {
	font-size: 14px; color: #6680A1; font-weight: bolder;
}
A.title_small:link {
	font-size: 14px; color: #6680A1; text-decoration: none; font-weight: bolder;
}
A.title_small:active {
	font-size: 14px; color: #6680A1; text-decoration: none; font-weight: bolder;
}
A.title_small:visited {
	font-size: 14px; color: #6680A1; text-decoration: none; font-weight: bolder;
}
A.title_small:hover {
	font-size: 14px; color: #6680A1; text-decoration: underline; font-weight: bolder;
}


td {
	font-family: Verdana;
	font-size: 10px;
	color: #464C53;
}


A {
	color: #002E83; font-size: 10px; text-decoration: none;
}
A:visited {
	color: #002E83; font-size: 10px; text-decoration: none;
}
A:hover {
	color: #002E83; font-size: 10px; text-decoration: underline;
}


.blue {
	font-family: Verdana;
	font-size: 10px;
	color: #6680A1;
	font-weight: bold;
}
A.blue:link {
	color: #6680A1; text-decoration: none;
}
A.blue:active {
	color: #6680A1; text-decoration: none;
}
A.blue:visited {
	color: #6680A1; text-decoration: none;
}
A.blue:hover {
	color: #6680A1; text-decoration: underline;
}

.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
A.white:link {
	color: #FFFFFF; text-decoration: none;
}
A.white:active {
	color: #FFFFFF; text-decoration: none;
}
A.white:visited {
	color: #FFFFFF; text-decoration: none;
}
A.white:hover {
	color: #FFFFFF; text-decoration: underline;
}


.black {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
A.black:link {
	color: #000000; text-decoration: none;
}
A.black:active {
	color: #000000; text-decoration: none;
}
A.black:visited {
	color: #000000; text-decoration: none;
}
A.black:hover {
	color: #666666; text-decoration: underline;
}

.red {
	color: #B21717;
}
A.red:link {
	color: #B21717; text-decoration: none;
}
A.red:active {
	color: #B21717; text-decoration: none;
}
A.red:visited {
	color: #B21717; text-decoration: none;
}
A.red:hover {
	color: #B21717; text-decoration: underline;
}

.light {
	color: #999999;
}

