/* Standards */
body { background-color: #CC99FF; color: #4C4C4C; font-family: verdana, arial, helvetica, sans-serif;  
	   font-size: 12px; margin: 0px 0px 0px 0px; }
table, td, p, ul, ol, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; }
form { margin : 0px 0px 0px 0px; }

/* Sections */
.maincontent { height: 400px; padding: 7px; border: 1px solid #000000; background-color: #FFFFFF; color: #000000; }
.header { background-color: transparent; color: #000000; border: 1px solid #CCCCCC; }
.footer { font-size: 11px; font-weight: bold; background-color: transparent; color: #CC0033; }
.leftmenu { font-size: 11px; }

/* Links */
a, a:link, a:visited, a:active { background-color: transparent;  color: Navy; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

.header a, .header a:link, .header a:visited, .header a:active 
{ background-color: #Fe69B9; color: #000000; font-size: 11px; font-weight: bold; text-decoration: none; display: block; padding: 4px 0px 4px 0px; }
.header a:hover { background-color: #CC99FF; color: #000000; text-decoration: none; }

/* Paragraphs */
p.error { background-color: transparent; color: #FF0000;  font-size: 120%; font-weight: bold;}
p.small { font-size: 90%; }
p.nomargin { margin-bottom: 1px; margin-top: 0px; }

/* Headings */
h1 { font-size: 180%; font-weight: bold; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 110%; font-weight: bold; }
h4 { font-size: 100%; font-weight: bold; }

/* Lists */
li { margin-top: 2px; margin-bottom: 2px; }

/* Boxes */
.demoheader { background-color: #9AC2A5; color: #000000; }
.demoline { background-color: transparent; color: #000000; }
.namelookupheader { background-color: #B7BC8D; color: #000000; }
.namelookupline { background-color: transparent; color: #FF0000; }

/* Spans */
span.error { background-color: transparent; color: #FF0000;  font-size: 110%; font-weight: bold;}