body {
	font-family: Arial;
	color: #424242;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

		A:link{
		font-family: Arial; 
		font-size: 11px;
		color: #027BA6;
		text-decoration: underline;
		font-weight: normal;
}
		A:visited{
		font-family: Arial; 
		font-size: 11px;
		color: #027BA6;
		text-decoration: underline;
		font-weight: normal;
}
		A:hover{
		font-family: Arial; 
		font-size: 11px;
		color: #027BA6;
		text-decoration: none;
		font-weight: none;
}

		A.topmenu:link{
		font-family: Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
}
		A.topmenu:visited{
		font-family: Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
}
		A.topmenu:hover{
		font-family: Arial; 
		font-size: 11px;
		color: #14B2D9;
		text-decoration: none;
		font-weight: bold;
}

.introtxt {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.title1{
	font-family: Arial;
	color: #52534D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.title2{
	font-family: Arial;
	color: #0672BE;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.box_left{
	font-family: Arial;
	color: #424242;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

ul, ol, dl, li, dt, dd, blockquote {
	padding: 0;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1em;
	border: 0;
}

