﻿/* CSS Document */

body {
	color: black;
	background-color: #ffffff;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:11pt;
	line-height:1.3;
	}

#naviBoxOuter, #leftBox img, #logo { display:none; }
#praxis1, #praxis2 { clear:both; margin-top:5px;}
#contentBoxOuter, #leftbox { text-align:left; }
#footerBoxOuter { margin-top:30px; }
#naviBoxInner { text-align:left; }

p {
	width: 99%;
}

a:link, a:hover, a:visited, a:active{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

h1 {	
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

h2 {	
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

h3 {	
	font-size: 12pt;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

ul {
	font-size: 11pt;
	color: black;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);		
}

hr {
	width: 100%; 
	color: #B1004A;
	background-color: #B1004A;
	height: 1px;
	border: none;
}
