@charset "utf-8";
/* CSS Document */

h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.1em;
}
.style5 {
	font-size: 5px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	color:#FFFFFF;
}
.style8Blk {
	font-size:8px;
}
.style12 {
	font-size:12px;
}
.style12R {
	font-size:12px;
	color:#FF0000;
}
.style13R {
	font-size: 13px;
	font-weight:bold;
	color:#FF0000;
}
.style14R {
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
.style14 {
	font-size:14px;
	font-weight:bold;
}
.style16 {
	font-size: 16px;
	font-weight:bold;
}
.style16R {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.style18 {
	font-size: 18px;
}
.style18B {
	font-size: 18px;
	font-weight:bold;
}
.style18R {
	font-size: 18px;
	font-weight:bold;
	color:#FF0000;
}
.style20 {
	font-size: 20px;
}
.style20B {
	font-size: 20px;
	font-weight:bold;
}
.style20BI {
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
}
.style20BR {
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
	color:#F00;
}
.style22 {
	font-size: 22px;
}
.style22B {
	font-size: 22px;
	font-weight:bold;
}
.style26 {
	font-size:32px;
	font-weight:bold;
}
.style27 {
	color: #C29B34;
}
.style28B {
	font-size: 28px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}
.style28 {
	font-size: 28px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	color:#FFFFFF;
}
.divWhite a {
	color:#FFFFFF;
}


// The following is for jquery rounded corners
@charset "utf-8";
/* CSS Document */
body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
 background: #fff;
}
a { color: white; text-decoration: none;}
a:hover { border-bottom: 1px dashed #fff;}
.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}



