html,table,input,select,textarea{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color: #454545;
}
input,textarea {
	border: 1px solid #CCCCCC;
	background-color:#EFEFEF;
	color:#454545;
}
.emphasized,.emphasized:link,.emphasized:hover,.emphasized:visited{
	font-size:12px;
	color:#000000;
}
	
	

p{
	margin-bottom:1em;
	padding: 0px;
	margin-top: 0px;
	/*line-height:14px;*/
}
a:link,a:visited{
	color:#454545;
	text-decoration:underline;
}
a:hover{
	color:#000000;
}
form{
	padding:0px;
	margin:0px;
}

.errorText{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}


.bottomNav,.bottomNavLast{
	padding-right:12px;
	padding-left: 12px;
	border-right: 1px solid #CCCCCC;
}
.bottomNavLast{
	border-right: none;
}
ul {
	padding: 0px 0px 1em;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	list-style-image: none;
}
h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
}
li {
	padding-bottom: 0.3em;
	list-style-image: url(../../_images/bullets/bullet2.gif);
	padding-left: 0em;
	margin-left: 0em;
	padding-right:0em;
	margin-right:0em;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #454545;
}

h3 {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0.6em;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9C0A0;
}
.whiteLarge{
	font-size:13px;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}