@charset "UTF-8";

aside { display: block; }

div.aside { float: right; width: 400pt; }

p {
	color:#000000;
	font-size:12pt;
	margin-left:20pt;
	margin-right:20pt;
	line-height:1.2pc;
}

ul{	color:navy;
	background-color:#DBFE89;
	font-size:12pt;
	list-style-type:circle;
	border-style:ridge;
	border-color:#79AD01;
	border-width:1pt;
}

body { color: #000040; background-color: #ffffff; }
.style1 { font-size: 13px; color: #111111; }
.style2 {font-size: 16px; font-weight: bold; }
.b1 { list-style:url("./icons/frm09_m1.gif"); width="16" height="16" border="0" }
.b2 { list-style:url("./icons/gball.gif"); width="16" height="16" border="0" }

h2 { font-family: sans-serif; font-weight: bold; font-size: x-large; color: navy; text-align: left; }
.cen { text-align: center; }

h3 { font-family: sans-serif; font-weight: bold; font-size: large; }

h4 { font-family: sans-serif; font-weight: bold; font-size: large; color: navy; text-align: center; }

blockquote { font-size: 0.9pc; line-height: 1.2pc; color: navy; background-color: beige;
             margin: 0.2pc 3pc 0.5pc 5pc; }
.plain { color: black; background-color: white; margin: 0.2pc 3pc 0.5pc 5pc; }
.en { color: #202000; background-color: #ffffe0; font-size: 12px; }

dt { margin-top: 5pt; margin-bottom: 2pt; margin-left:20pt; margin-right:20pt; }

dd { margin-top: 2pt; margin-left:20pt; margin-right:20pt; }

table { font-size: 1pc; line-height: 1.2pc; padding: 0.3pc; border: solid 1px; }

thead {
 color: white; 
 text-shadow: 2px 2px 1px navy; 
 background-color: royalblue; 
 font-weight: bold;
 padding: 0.2pc;
 text-align: center;
}

tbody { padding: 10px; text-align: left; vertical-align: center; background-color: lightgray; }
.sub { background-color: white; }

input {
 -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
 -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
 box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

input:focus {
    border:solid 1px #EEA34A;
}

submit {
 border:solid 1px #ccc;
 padding:15px 30px;
 margin:0 0 20px;
 font-family:Arial, sans-serif;
 font-size:1.2em;
 text-transform:uppercase;
 font-weight:bold;
 color:#333;
 cursor:pointer;
}
