@import url("servicebox.css");
@import url("navigation_top.css");
@import url("navigation.css");
@import url("content.css");

body, html {
	width:					100%;
	height:					100%;
	padding:				0px;
	margin:					0px;
	line-height:				148%;
}

body {
	position:				relative;
	background:				#494949;
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				10pt;
	color:					#494949;
}

h1 {
	padding:				10px 0px 20px 0px;
	color:					#008bd3;
	font-weight:			bold;
	font-size:				11pt;
	background:				url(../images/h1_border.png) left bottom no-repeat;
}

.bold {
	font-weight:			bold;
}

.italic {
	font-style:				italic;
}

.light_blue {
	color:					#3DBCF1;
}

.blue {
	color:					#008BD3;
}

.gray {
	color:					#494949;
}

.red {
	color:					#FF0000;
}

a {
	color:					#292929;
}

.bib2xhtml li {margin-top:1em;padding:4px}

