/* Main */

html, body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	/* background-color: #edf4f4; orig */
	background-color: #ffffff; /* vamk */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	color: #3C3C3C;
	font-size: 12px;
}

h1 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 22px;
	font-weight: normal;
	/* color: #3A585C; orig */
	color: #014286;  /* vamk */
	text-decoration: none;
	display: block;
	/*float: left;*/
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 23px;
}

h2 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #45646a; orig */
	color: #014286;  /* vamk */
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
}



h2#news_header_1_fp {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #45646a; orig */
	color: #373db5; /* vamk */
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

h3 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* color: #45646a; orig */
	color: #014286; /* vamk */
	text-decoration: none;
	display: block;
}

h4 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* color: #007F90; orig */
	color: #004EA1; /* vamk */
	text-decoration: none;
	display: block;
}

h5 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* color: #007F90; orig */
	color: #004EA1; /* vamk */
	text-decoration: none;
	display: block;
}

h6 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}

a {
	background-color: transparent;
 	text-decoration: underline;
  	/*color: #00798A; orig */
	color: #b1228c; /*vamk */
}

a:hover {
	text-decoration: underline;
	/*color: #0093A8;*/
	color: #d40394; /* vamk */
	
}

hr {
	/* color: #e4f0f5; orig */
	color: #E9E2F5;
	/* background-color: #e4f0f5; orig */
	background-color: #E9E2F5;
	text-decoration: none;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

