body {
	color: #222;
	font-family: Arial, Verdana, Sans-serif;
}

.italic {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicItalic', sans-serif;
}
		
.bold {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; font-family: 'CenturyGothicBold', sans-serif;
}

.bolditalic {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicBoldItalic', sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

h1 {
	font-size: 18px;
	color: #11897f;
	padding-bottom: 30px;
	font-weight: 400;
}

h2 {
	font-size: 14px;
	color: #11897f;	
	width: 200px;
	font-weight: 400;
	padding-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #3b3b3b;
	background: url(../img/arrow.png) no-repeat left top;
	padding: 2px 2px 5px 15px;
	display: block;
	border-bottom: 1px dotted #9c9c9c;
	width: 200px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #3b3b3b;
	background: url(../img/arrow.png) no-repeat left center;
	padding: 5px 0 0 15px;
	display: block;
	width: 540px;
	margin-bottom: 5px;
}

h5 {
	font-weight: bold;
	line-height: 25px;
	font-size: 12px;
	color: #3b3b3b;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

sub { top: 0.4em; }

#menu {
	font-weight: normal; 
	font-style: normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

#content p {
	font-weight: normal; 
	font-style: normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

#sub p {
	font-weight: normal; 
	font-style: normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

p {
	font-size: 12px;
	color: #3b3b3b;
}

a {
	font-size: 12px;
	color: #11897f;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.default {
	cursor: default;
}

a.default:hover {
	text-decoration: none;
}

#colum1 p, #colum2 p {
	font-size: 12px;
	font-weight: normal; 
	font-style: normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

#colum1 a, #colum2 a {
	font-size: 12px;
	font-weight: normal; 
	font-style: normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

#footer p {
	font-family: Arial, Verdana, Sans-serif;
}