﻿/************************* Module Layout Styles *************************/
div.SGSBase, html.SGSBase, html.SGSBase td{
	font-size: 9pt;
	color: #656565;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.LeftPane div.SGSBase{
	margin-left:15px;
	margin-right:15px
}
.RightPane div.SGSBase{
	margin-left:15px;
	margin-right:15px
}
.SGSBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left
}
.SGSBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: #DFBC00
}
.SGSBase .ModuleContent{
	font-size: 9pt;
	color: #656565;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.SGSBase .ModuleContent,.SGSBase .ModuleContent td,.SGSBase .ModuleContent p,.SGSBase .ModuleContent .Normal{
	line-height: 18px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: normal;
	color: #DFBC00
}
.SGSBase .Highlight{
	color: #DFBC00;
	font-weight: normal
}
.SGSBase h1, .SGSBase .Head{
	font-weight: bold;
	font-size: 14px;
	margin-top: 4x;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4px;
	padding: 0;
	color: #DFBC00
}
.SGSBase h2, .SGSBase .SubHead{
	font-size: 13px;
	margin-top: 4x;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4px;
	padding: 0;
	color: #DFBC00
}
.SGSBase h3, .SGSBase h4, .SGSBase h5, .SGSBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #DFBC00;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4px;
	padding: 0
}
.SGSBase .NormalSmall{
	font-size: 80%
}
.SGSBase a, .SGSBase a:link, .SGSBase a:visited, .SGSBase a:active{
	color: #DFBC00;
	text-decoration: underline
}
.SGSBase a:hover{
	color: #000;
	text-decoration: none
}
.SGSBase 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
}
.SGSBase ul li{
	font-weight: normal;
	font-size: 9pt;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	list-style: url(bullet.png);
	margin: 0
}
.SGSBase ol li{
	font-weight: normal;
	font-size: 9pt;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0
}
.SGSBase ul{
	margin: 0;
	padding-left: 15px
}
.SGSBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.SGSBase .Button, .SGSBase a.Button, .SGSBase a:link.Button, .SGSBase a:visited.Button, .SGSBase a:hover.Button, .SGSBase 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: #fee145;
	text-align: center;
	text-decoration: none
}
.SGSBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}