a:visited, a:active, a:link {
	text-decoration : none;
}

a:hover, a:focus {
	text-decoration : underline;
}

a {
	color:  #C20;;
} 

body, th, td, ul, p, .footer, .header, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, th, td, ul {
	font-size: small;
	color: #333333;
	line-height: 120%;
}

body {	
       	padding-right:24px;
	padding-top:0px;
        margin-left: 2em;
}

h1, h2, h3 {
	font-weight: bold;
        clear: both;
}

h1 {
	font-size: 110%;
	margin-top : 24px;
	margin-bottom: 8px;
}

h2 {
	font-size: small;
	margin-top : 12px;
	margin-bottom: 4px;
}

h3 {
	font-size: small;
	margin-bottom: 0px;
}

#navigation {
         margin: 0.5em 0 1.5em 0;
}

#footer {
        margin-top: 2em;
        padding-top: 0.2em;
	font-size: x-small;
}      


.img_inset {
        margin-right: 8px;
        margin-bottom: 8px;
        float: left;
}

code  {
        font-size: 120%; /* for wiki pages */
}

small {
        font-size: smaller;
}

img {
        border: none;
}

#subtopicspanel {
        display: none;
}

.label_12 {
        width: 12em;
        margin-top: 1ex;
        position: absolute;
}

.input_12, input_x12 {
        margin-left: 13em;
        margin-top: 1ex;
}

#formcontent {
       padding: 1%;
       background-color: #DDD;
       margin-top: 1ex;
}

#formcontent textarea {
       width: 100%;
       display: block;
}

#formcontent #submit, #formcontent #cancel {
       float: right;
}
