@import url("default.css");

body {
	font-family:"Times New Roman", Charter;
	font-size:100%;
}

#container{
	width:auto;
	margin:0px;
}

#header, #navbar{
	display:none;
}

#main{
	background-image:none;
}

#legal{
	background-image:none;
	background-color:#FFF;
	color:#000;
}

.printonly {
	display:inline;
	padding: 0px 10px 10px 10px;
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Charter;
	font-variant:small-caps;
	font-weight: bold;
}

hr {
	color:#000;
	background-color:#000;
}

h1,h2 {
	color:#000;
	font-size:18px;
}

h3 { 
	font-size: 14px;
	font-family:"Times New Roman", Charter;
}

p { 
	font-size:14px;
	font-family:"Times New Roman", Charter;
}

h4{ 
	font-size:10px;
	font-family:"Times New Roman", Charter;
}

table.practice{
	width:100%;
}

.toprow{
	font-size:14px;
}

.row{
	font-size:14px;
}

.smallrow{
	font-size:10px;
}

ul{
	font-size:14px;
}
