@charset "utf-8";
/* CSS Document */

    body {background-color:#66FFFF; color:#000000; 
		line-height:1.25em; margin:0; font:83%/1.5 tahoma,verdana,sans-serif}
/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: tahoma,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em}
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */
ul {margin: .3em 0 1.5em 0;}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type:decimal}
li {line-height: 1.4em;}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}	

		/* Form widgets */
.button {
	background-color: #77AACC; 
	color: #FFF;
}

input, select, textarea {
	background-color:#99FFCC;
	border-color: #C0C0C0;
	color:#000000;
	font-weight:bold;
}

input:focus, select:focus, textarea:focus {
 
 background-color:#FFFF00;
 
}

.curvyBox
{
    margin: auto;
    border: 2px solid #838141;
    color: #000000;
    width: 90%;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
	font-size:80%;
	
   
   
}

.brtop { 
     clear:both; 
     height:30px; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}



