/* CSS Document */
.forms {
	background-color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.blue {
  background-color: #1B5074; 
  font-weight: bold; 
  font-size: 9px; 
  color: white;
}
.content {
	list-style-position : outside;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	list-style-type : square;
	color: #ffffff;
} 
.content a:link {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.content a:active {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.content a:visited {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.content a:hover {
  list-style-position : outside; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : underline; 
} 
h1 {
  font-family : Arial; 
  font-size : 28px; 
  color : #FFFFFF; 
  font-weight: normal;
} 
.h1blue {
  font-family : Arial; 
  font-size : 28px; 
  color : #2E9BD4; 
  font-weight: normal;
} 
.h1pink {
  font-family : Arial; 
  font-size : 28px; 
  color : #C786B0; 
  font-weight: normal;
} 
.h1white {
  font-family : Arial; 
  font-size : 28px; 
  color : #FFFFFF; 
  font-weight: normal;
} 
.black_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
.grey_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #999999;
}
.grey_small a:link {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.grey_small a:active {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.grey_small a:visited {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.grey_small a:hover {
  list-style-position : outside; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : underline; 
} 
.green_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #A3D39C;
}
.green_small a:link {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.green_small a:active {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.green_small a:visited {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.green_small a:hover {
  list-style-position : outside; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : underline; 
} 
.footer_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #5A5A5A;
}
.footer_grey a:link {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.footer_grey a:active {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.footer_grey a:visited {
  list-style-position : outside; 
  vertical-align : top; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : none; 
} 
.footer_grey a:hover {
  list-style-position : outside; 
  color : #999999; 
  list-style-type : square; 
  text-decoration : underline; 
} 
.help_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #8D8A98;	
}
.help_text a:link {
  color : #8D8A98; 
  text-decoration : none; 
} 
.help_text a:active {
  color : #8D8A98; 
  text-decoration : none; 
} 
.help_text a:visited {
  color : #8D8A98; 
  text-decoration : none; 
} 
.help_text a:hover {
  color : #8D8A98; 
  text-decoration : none; 
} 
.filename {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	list-style-type : square;
	color: #333333;
} 
h2 {
  font-family : Arial; 
  font-size : 18px; 
  color : #CCCCCD; 
  font-weight: normal;
} 
.h2green {
  font-family : Arial; 
  font-size : 20px; 
  color : #A3D39C; 
  font-weight: normal;
} 
h3 {
  font-family : Arial; 
  font-size : 14px; 
  color : #ffffff; 
  font-weight: bolder;
} 
.h3green {
  font-family : Arial; 
  font-size : 16px; 
  color : #A3D39C; 
  font-weight: bold;
} 
.h3green a:link {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.h3green a:active {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.h3green a:visited {
  list-style-position : outside; 
  vertical-align : top; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : none; 
} 
.h3green a:hover {
  list-style-position : outside; 
  color : #A3D39C; 
  list-style-type : square; 
  text-decoration : underline; 
} 

.FORM {
	border-right: transparent 0px; 
	padding-right: 0px; 
	background-position: left top;
	border-top: transparent 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: transparent 0px; 
	padding-top: 0px; 
	border-bottom: transparent 0px; 
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
}

.INPUT {
	border-right: transparent 0px;
	padding-right: 0px;
	background-position: left middle;
	border-top: transparent 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: transparent 0px;
	padding-top: 0px;
	border-bottom: transparent 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.HOMESEARCH {
	border-right: transparent 0px;
	padding-right: 0px;
	background-position: left middle;
	border-top: transparent 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: transparent 0px;
	padding-top: 0px;
	border-bottom: transparent 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	width: 340;
}










.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.pagination a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.pagination a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.pagination a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.paginationcurrentpage {
	color:#FFFFFF; 
	font-weight:bold
}


.frmTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.frmTag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}
.ClientError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.bloglink {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.bloglink:link {
	text-decoration: none;
}
a.bloglink:visited {
	text-decoration: none;
}
a.bloglink:hover {
	text-decoration: underline;
}

.blogfooter {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.blogfooter A {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.blogfooter A:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.blogfooter A:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

