
/*customized PAGE ELEMENTS*/
a.pglink:link, a.pglink:visited    {
	color: #00017F;
	text-decoration : none;
}
a.pglink:active  {
	color:#CC9900;
	text-decoration : none;
	}
a.pglink:hover   {
	color: #88C0FF;
	text-decoration : none;
}
a.pglinksel:link, a.pglinksel:visited     {
	color: #47637A;
	text-decoration : none;
}
.copyright {
	font : 10px Arial, Helvetica, sans-serif;
	text-decoration : none;
	 
}
.btitle {
	font-size: 14px;
	font-weight: bold;
}

.btext {
	font-size: 12px;
	font-weight: bold;
}



/*------------------------------------------------------------------------
/* COMMON STYLE
--------------------------------------------------------- */
A.option {
	color : #00017F;
	font-weight : bold;
	font-size : larger;
	text-decoration : none;
}
A:HOVER {
	text-decoration : none;
	color : #3E3EFF;
	font-size : larger;
}

a.s-option   {
	color: #47637A;
	font-weight : bold;
	text-decoration : none;
	font-size : larger;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background : #FFFFFF;
	color : #47637A;
	background-image : url(images/hc_bg2.gif);
	background-position : top;
}


/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}




