﻿/************************* Module Layout Styles *************************/
div.PomeroysBase, html.PomeroysBase, html.PomeroysBase td{
	font-size: 9pt;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif
}
.PomeroysBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left
}
.PomeroysBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: #231f20
}
.PomeroysBase .ModuleContent, .PomeroysBase .ModuleContent p{
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: normal;
	color: #CD4701;
	font-size: 14px;
	line-height: 16px
}
.PomeroysBase .Highlight{
	color: #CD4701;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px
}
.PomeroysBase h1, .PomeroysBase .Head{
	font-weight: bold;
	font-size: 14px
}
.PomeroysBase h2, .PomeroysBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px
}
.PomeroysBase h3, .PomeroysBase h4, .PomeroysBase h5, .PomeroysBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #000000
}
.PomeroysBase .NormalSmall{
	font-size: 80%
}
.PomeroysBase a, .PomeroysBase a:link, .PomeroysBase a:visited, .PomeroysBase a:active{
	color: #CD4701;
	text-decoration: underline
}
.PomeroysBase a:hover{
	color: #CD4701;
	text-decoration: none
}
.PomeroysBase hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.PomeroysBase ul li{
	font-weight: normal;
	font-size: 11px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	list-style: url(bullet.png);
	margin: 0
}
.PomeroysBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.PomeroysBase .Button, .PomeroysBase a.Button, .PomeroysBase a:link.Button, .PomeroysBase a:visited.Button, .PomeroysBase a:hover.Button, .PomeroysBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #CD4701;
	text-align: center;
	text-decoration: none
}
.PomeroysBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}