@charset "UTF-8";
/* CSS Document */

body table tr td p {
}

body {
	font-family: Arial, Verdana
	}
	
.BodyText {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.BodyTextCenter {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.BodyBlue {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #0000BB;
}

a:link {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #00AA00;
	text-decoration: none;
}
.subtitle {
	font-family: Arial, Verdana;
	font-size: 16px;
	text-align: left;
	color: #065294;
}
a.subtitle:link {
	text-decoration: none;
	color: #065294;
}
a.subtitle:visited {
	color: #065294;
	text-decoration: none;
}
a.subtitle:hover {
	color: #C90034;
	text-decoration: none;
}

.subtitle-white {
	font-family: Arial, Verdana;
	font-size: 16px;
	text-align: left;
	color: #fff;
}
a.subtitle-white:link {
	text-decoration: none;
	color: #fff;
}
a.subtitle-white:visited {
	color: #fff;
	text-decoration: none;
}
a.subtitle-white:hover {
	color: #fff;
	text-decoration: none;
}
.caption_small {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: left;
	color: #065294;
}
a.caption_small:link {
	text-decoration: none;
	color: #065294;
}
a.caption_small:visited {
	color: #065294;
	text-decoration: none;
}
a.caption_small:hover {
	color: #C90034;
	text-decoration: none;
}

