
/* Include stylesheets that are the same for all subsites */
@import url(../styleicmrender.css);

BODY, body
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
	font-size: 80%;
	padding : 10px;
	color : #000000;
}

h1, H1{font-size: 140%; font-weight: bold; margin : 0; padding : 5px 0;} 
h2, H2{font-size: 110%; font-weight: bold; margin : 5px 0 10px 0;}
h3, H3{font-size: 100%; font-weight: bold;}

A:link, a:link, A:visited, a:visited, A:active, a:active, A:focus, a:focus, A:hover, a:hover
{font-weight : normal; text-decoration : underline; color : #000000;}

A:hover, a:hover{
	text-decoration : none;
}

li.hidelistbullet{
	text-align : left;
	list-style : none;
	/* Specifics needed for IE 6 */
	list-style-image : none;
	list-style-type : none;
	display : inline;
	border-right : solid 1px #000000;
	padding-left : 5px;
}

.printonly{display : none;}

.hidepadding{
	padding : 0;
	margin : 0;
}

.textpadding{
	padding : 200px 0;
}
.middlealign{vertical-align : middle;}
.hideitem{display : none;}
.seperator{
	border-top : #666666 solid 2px;
	padding-top : 10px;
	margin-top : 10px; 
}
.iconpadding{padding : 2px 0 10px 25px;}
