/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #222222;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
.navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	text-decoration:underline;
}
.subtitlemed {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.subcontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.clickhere {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}
.clickhere a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	text-decoration:underline;
}
.clickheresmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
.clickheresmall a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	text-decoration:underline;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
.content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: normal;
	text-decoration:underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	
}