td {
	vertical-align:top;
	text-align:justify;
}

.smallCaps {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #a20000;
}

h1 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #a20000;
	padding:0px;
	margin:0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color: #a20000;
	padding:0px 0px 10px 0px;
	margin:0px;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #a20000;
}

h4 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	/*color: #880c0c;*/
	color: #a20000;
	padding:0px 2px 1px 10px;
	margin:0px;
}

/**** for practice area title ***/
h5 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #a20000;
	border-bottom: 1px #dcdadb solid;
	padding:0px 2px 1px 10px;
	margin:0px;
}

p {
	margin: 0px 0px 16px 0px;
}

a:link,
a:active,
a:visited {
	color: #a20000;
	text-decoration: underline;
}

a:hover {
	color: #5e5e5e;
	text-decoration:none;
}

.img_border {
	border: #9b9b9b 1px solid;
	padding: 7px;
}

.column_left {
	color: #a20000;
	font-weight: bold;
	padding-right:13px;
	text-align: right;
}

.border_bottom_red {
	border-bottom: 1px #a20000 solid;
}	

li {
	list-style: square;
	margin:0px;
	padding: 0px;
}

ul {
	margin:0px;
	padding: 4px 4px 4px 16px;
}

.nicebutton {
	background-image: url(/images/menu1_on.gif);
	background-repeat:repeat-x;
	background-color:#a20000;
	border:none;
	color:#ffffff;
	padding:0px 4px 0px 4px;
	margin:0px;
	font-size:11px;
	font-family: Trebuchet MS;
	height:19px;
	cursor:pointer;
}

.required {
	color:#a20000;
}

.formTitle {
	text-align:right;
	padding-right:10px;
}