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



a.contact:link { font-family: Arial, Helvetica, sans-serif; color:#666666; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.contact:active { font-family: Arial, Helvetica, sans-serif; color:#666666; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.contact:visited { font-family: Arial, Helvetica, sans-serif, Times, serif; color:#666666; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.contact:hover { font-family: Arial, Helvetica, sans-serif, Times, serif; color: red; font-size: 7pt; font-weight: bold; text-decoration: underline; }
.contact_nolink { font-family: Arial, Helvetica, sans-serif; color:#666666; font-size: 7pt; font-weight: bold; text-decoration: none; }

a.menu:link { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.menu:active { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.menu:visited { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.menu:hover { font-family: Arial, Helvetica, sans-serif; color: red; font-size: 7pt; font-weight: bold; text-decoration: underline; }

a.subtitle:link { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.subtitle:active { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.subtitle:visited { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 7pt; font-weight: bold; text-decoration: none; }
a.subtitle:hover { font-family: Arial, Helvetica, sans-serif; color: red; font-size: 7pt; font-weight: bold; text-decoration: underline; }

a.body:link { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 12px; font-weight: normal; text-decoration: none; line-height: 1.2; }
a.body:active { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 12px; font-weight: normal; text-decoration: none; line-height: 1.2; }
a.body:visited { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 12px; font-weight: normal; text-decoration: none; line-height: 1.2; }
a.body:hover { font-family: Arial, Helvetica, sans-serif; color: red; font-size: 12px; font-weight: normal; text-decoration: underline; line-height: 1.2; }

a.body_white:link { font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 1.2; }
a.body_white:active { font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 1.2; }
a.body_white:visited { font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 1.2; }
a.body_white:hover { font-family: Arial, Helvetica, sans-serif; color: red; font-size: 12px; font-weight: bold; text-decoration: underline; line-height: 1.2; }

.menu1 a { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 7pt; font-weight: bold; text-decoration: none; }
.menu2 a { font-family: Arial, Helvetica, sans-serif; color: red; font-size: 7pt; font-weight: bold; text-decoration: underline; }

.menu1_white a { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 7pt; font-weight: bold; text-decoration: none; }
.menu2_white a { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 7pt; font-weight: bold; text-decoration: underline; }

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	color: #000000;
	padding: 5px;
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	padding: 5px;
}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.2;
}

.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bold;
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold;
}

.gradient { 
	color: color-gradient-linear(0deg, 5% green, 95% blue); 
}

/*
body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
*/
