﻿/************************* Module Layout Styles *************************/
div.AppleBaseBorder{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	width: 778px;
	color: #444;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
html.AppleBaseBorder{
	font-size: 12px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.AppleBaseBorder .ModuleTitle{
	padding-right: 4px;
	padding-top: 4px
}
.AppleBaseBorder .ModuleTitle .Head{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 24px;
	color: #933A3A
}
.AppleBaseBorder  .ModuleContent{
	vertical-align: top
}
.BoxRightBorder{
}
.AppleBaseBorder  .BoxRightBorder{
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 15px;
	border-right: #CCC 1px solid
}
.BoxNoBorder{
}
.AppleBaseBorder  .BoxNoBorder{
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 0px
}
/*====================================Module Content Text Styles====================================*/
.AppleBaseBorder h1, .AppleBaseBorder .Head{
	font-weight: normal;
	font-size: 20px;
	color:#333;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AppleBaseBorder h2,.AppleBaseBorder .SubHead{
	font-weight: bold;
	font-size: 15px;
	color: #933A3A;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AppleBaseBorder .SubHeadRed{
	font-weight: bold;
	font-size: 15px;
	color: #933A3A;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AppleBaseBorder h3, .AppleBaseBorder h4, .AppleBaseBorder h5, .AppleBaseBorder h6{
	font-weight: bold;
	font-size: 12px;
	color:blackfont-family: Tahoma, Arial, Helvetica, sans-serif
}
.AppleBaseBorder p, .AppleBaseBorder .Normal, .AppleBaseBorder td{
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.AppleBaseBorder a, .AppleBaseBorder a:link, .AppleBaseBorder a:visited,  .AppleBaseBorder a:active, .AppleBaseBorder .SiteLink, .AppleBaseBorder a.SiteLink{
	color: #444;
	text-decoration: underline
}
.AppleBaseBorder a:hover, .AppleBaseBorder a.sitelink:hover{
	color: red;
	text-decoration: underline
}
.AppleBaseBorder  b, .AppleBaseBorder strong, .AppleBaseBorder .NormalBold{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.AppleBaseBorder i, .AppleBaseBorder em, .AppleBaseBorder .NormalItalic{
	font-style: italic
}
.AppleBaseBorder hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	background-color: #cccccc;
	border-bottom-style: none
}
.AppleBaseBorder ul li{
	font-weight: normal;
	font-size: 12px;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.AppleBaseBorder ol li{
	font-weight: normal;
	font-size: 12px;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	padding-left: 10px;
	margin: 0
}
.AppleBaseBorder ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.AppleBaseBorder address{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.AppleBaseBorder blockquote{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.AppleBaseBorder .Field{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	height: 12pt
}
.AppleBaseBorder .Button, .AppleBaseBorder a.Button, .AppleBaseBorder a:link.Button, .AppleBaseBorder a:visited.Button, .AppleBaseBorder a:hover.Button, .AppleBaseBorder a:active.Button{
	font-family: Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color:gray;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	line-height:22px
}
.AppleBaseBorder input.Button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px
}