
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {border:0px;}

.clearit {
clear: both;
height: 0;
line-height: 0;
font-size: 0px; /*for IE*/
}


	
hr {
	background-color: #d2d2d2;
	color: #d2d2d2; /* for coloring the background in IE7 */
	border: 0px solid ;
	height: 1px;
	margin:10px 0px;
	font-size: 0px
	}

a {
color: #274589;
text-decoration: none;
}

a:hover {
color: blue;
text-decoration: underline;
}

p {
	line-height:150%;
	margin-bottom: 1em;
	font-size:12px;
}



td {
font-size:12px;
}

h1, h2, h3{
	color: #274589;
	margin-bottom: 0.5em;
}

h3 {
	font-size:14px;
}



h4, h4 a{
	color: #b12727;
	margin-bottom: 1em;
	font-size: 12px;
}

.piccaption {
	
	padding-top:5px;
	font-size:9px;
	color: #414141;
}

.text10 {
font-size:10px;
}

.text11 {
font-size:11px;
}

.text12 {
font-size:12px;
}

ol, ul {
	margin-left: 15px;
	margin-bottom: 1em;
	line-height: 150%;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: number;
}

li {
	margin-bottom: 0.5em;
	font-size:12px;
}


.more {
	font-size:10px;
	font-style: italic;
	text-align:right;
}

.moregray {
	font-size:10px;
	font-style: italic;
	color: #777777;
	}

.gray {
	color: #777777;
	}


