body {
	font-size: 12px;
	font-family: Arial, Verdana;
	margin-top: 0px;
	font-weight: normal;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;	
	background-position: top left;
	background-color: #4974B9;
}

p,td {
	font-size: 12px;
	font-weight: normal;
}

h1 {
	color: #4974B9;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.txt {
	text-align: justify;
}

a:link,a:visited {
	color: #4974B9;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FFBA00;
	font-weight: normal;
	text-decoration: none;
}

.menuitem {
	/* width: 200px; */
	height: 18px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

A.menulink:link,A.menulink:visited {
	display: block; 
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

A.menulink:hover {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFBA00;
	padding: 5px;
}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #D0D0D0;
}

A.footer:link,A.footer:visited {
	font-size: 10px;
	font-weight: normal;
	color: #FFBA00;
	text-decoration: underline;
}

A.footer:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

A.blog:link,A.blog:visited {
	font-size: 14px;
	font-weight: bold;
	color: #4974B9;
	text-decoration: none;
}

A.blog:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFBA00;
	text-decoration: none;
}

.testimonial {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #D0D0D0;
	text-align: justify;
	margin: 10px 10px 0px 10px;
}

.tsign {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	margin: 10px 10px 0px 10px;
}

