@charset "utf-8";
/* CSS Document */

/* Tag specific rules 
*******************************************************************************/
*/

* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color : white;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size : 100.01%;
	padding : 5px 7px 0 7px;
}

img {
	border: 0;
}

a {
/*	color: #002C95; */
	color: #246cce;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #113b92;
}

a:focus {
	text-decoration: underline;
}

/*
h1,h2,h3,h4,h5,h6 {
	color: #565756;
}
*/

h1, h2{
/*	color: #565756; */
/*	color: #161F45; */
	color: #FFFFFF;
}

h3,h4,h5,h6 {
/*	color: #565756;
	color: #62B3E1;  */
	color: #4570A6;
}

h1 {
	margin-bottom : 0.5em;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
        font-weight: normal; 
/*	font-weight: bold; */
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #246cce;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #113b92;
	text-decoration: underline;
}

h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
/*	color: #782a77; */
	text-decoration: none;
}


p {margin : 0 0 1em 0;}

ol,ul {margin: 0 0 1em 2em; }

ul li {}

ol li {}

input,select,textarea {
	font-size : 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.link-pdf
{
	background: url(/imgs/icons/icon_link_pdf.gif) center left no-repeat;
	padding-left: 21px;
}

a.link-external
{
	background: url(/imgs/icons/icon_link_external.png) center right no-repeat;
	padding-right: 13px;
}



