html
{
	min-height: 100%;
	min-width: 100%;  
  background: #D7D1C9 url("../images/backbrown.jpg") repeat left top fixed;  
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0; 
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

a:link
{
	text-decoration: underline;
	visibility: inherit;
	color: #979292;
}

a:visited
{
	color: #800080;
	text-decoration: underline;
	visibility: inherit;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
	visibility: inherit;
}

a:active
{
	color: #EE0000;
	text-decoration: underline;
	visibility: inherit;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.header-lat
{
	color: #5B5B5B;
	font-family: arvo-n4, arvo, serif;
	font-size: 24px;
	font-weight: 400;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.MenuBar .MenuItemContainer
{
	position: relative;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}
.colelem2 /* a child element of a column */
{
	display: inline;
	float: left;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-defaul states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext
{
	display: block;
}

.popup_element.Inactive,.js .disn
{
	display: none;
}

.widget_invisible,.js .invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}





















     .script24
{
	color: #5B5B5B;
	font-family: gochi-hand-n4, gochi-hand, sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}






           
#pppu86-4,#pu1645-7
{
	width: 0.01px;
	margin-top: 11px;
	position: relative;
}

#u1645-7
{
	z-index: 42;
	width: 300px;
	min-height: 69px;
	font-size: 14px;
	font-family: pt-sans-n4, pt-sans, sans-serif;
	position: relative;
	margin-right: -300px;
}

#u1647-7
{
	z-index: 49;
	width: 300px;
	min-height: 81px;
	font-size: 14px;
	font-family: pt-sans-n4, pt-sans, sans-serif;
	position: relative;
	margin-right: -300px;
	left: 320px;
}

#u1648-8
{
	z-index: 56;
	width: 300px;
	min-height: 81px;
	font-size: 14px;
	font-family: pt-sans-n4, pt-sans, sans-serif;
	position: relative;
	margin-right: -300px;
	left: 640px;
}

#u1645-3,#u1647-3,#u1648-4
{
	font-weight: 700;
}

#u1649,#u1650,#u1651,#u1652,#u1645,#u1647,#u1648
{
	color: #FF0000;
}

#u1645-2,#u1647-2,#u1648-3
{
	color: #5B5B5B;
}

#u1645-5,#u1647-5,#u1648-6
{
	color: #5B5B5B;
	font-weight: 400;
}

#u1670
{
	z-index: 93;
	width: 300px;
	margin-left: 320px;
	margin-top: 5px;
	position: relative;
}

#u1671
{
	z-index: 94;
	width: 300px;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}

#u1669
{
	z-index: 92;
	width: 300px;
	margin-left: 640px;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}

#pu1680
{
	width: 0.01px;
	margin-top: 16px;
	position: relative;
}

#u1680
{
	z-index: 97;
	width: 300px;
	position: relative;
	margin-right: -300px;
}

#u1689
{
	z-index: 102;
	width: 200px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -200px;
	left: 320px;
}

#u1677
{
	z-index: 95;
	width: 300px;
	position: relative;
	margin-right: -300px;
	left: 640px;
}

#u1719_img,#u1747_img,#u1830_img,#u1658_img,#u1683_img,#u1643_img,#u1680_img,#u1677_img
{
	vertical-align: top;
}

#pu1658,#master-footer
{
	width: 0.01px;
	margin-top: 13px;
	position: relative;
}

#u73
{
	z-index: 38;
	width: 940px;
	height: 1px;
}

#u72-4
{
	z-index: 34;
	width: 444px;
	min-height: 17px;
	margin-top: 9px;
}


      .sub-head
{
	color: #5B5B5B;
	font-family: pt-sans-n4, pt-sans, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#u744-16
{
	color: #BD4141;
}
#u1171-18
{
	color: #BD4141;
}
.text
{
	color: #5B5B5B;
	font-family: pt-sans-n4, pt-sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.script24
{
	color: #5B5B5B;
	font-family: gochi-hand-n4, gochi-hand, sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}
.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}
.colelem2 /* a child element of a column */
{
	display: inline;
	float: left;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

   .clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

#u2375
{
	z-index: 202;
	width: 456px;
	border-style: solid;
	border-color: #5B5B5B;
	background-color: transparent;
	margin-left: 485px;
	margin-top: 3px;
	position: relative;
	border-width: 6px 0px 0px;
}


#u518,#u518-6,#u520-2,#u530-2,#u531-2,#u543-2,#u544-2,#u545-2,#u546-2,#u547-2,#u548-2,#u549-2,#u2373-2,#u2394-2,#u2374-2,#u2380-2,#u2381-2,#u2382-2
{
	font-weight: 700;
}

#u532
{
	z-index: 92;
	width: 456px;
	height: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: transparent;
	margin-top: 4px;
	position: relative;
	border-width: 1px 0px 0px;
}

#u520-8
{
	z-index: 68;
	width: 380px;
	min-height: 60px;
	position: relative;
	margin-right: -380px;
}

.fbar {
background: #f2f2f2;
font-size: small;
line-height: 40px;
min-width: 980px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;

/* top bar:
top: 0px;
left:0px;
position:absolute;
*/
width:100%;
/**/
}

#epbar {
text-align: center;
clear: both;
line-height: 25px;
padding-bottom: 5px;
width:100%;
}

#epbar #epb-notice {
color: #666;
display: inline-block;
margin: 3px 5px 0 30px;

}

.fbar p {
color: #777;
display: inline;
}

#epb-ok{
background-color:#4d90fe;
background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);
border:1px solid #3079ed;
border-radius:2px;color:#fff;
cursor:default;
display:inline-block;
font-size:11px;
font-weight:bold;
height:20px;
line-height:20px;
margin-right:0px;
min-width:26px;
outline:0;
padding:0 8px;
text-align:center;
white-space:nowrap
}

#epb-ok:hover{
background-color:#357ae8;
background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);
border:1px solid #2f5bb7;
border-bottom-color:2f 5bb 7
}

#epb-ok:active{
background:#357ae8;
border:1px solid #2f5bb7;
border-top:1px solid #2f5bb7;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3)
}

#epb-ok:focus{
border:1px solid #fff;
border:1px solid rgba(0,0,0,0);
-webkit-box-shadow:inset 0 0 0 1px #fff;
outline:none
}

#epb-lm{
color:#12c;
cursor:pointer;
margin-left:10px;
text-decoration:none
}

#epb-lm:hover{
text-decoration:underline
}

#epb-lm:visited{
color:#609
}

#epb-lm:active{
color:#dd4b39
}
  