body {
   background-color: #ffffff;
   color: #212121;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0px;
}

a {
   color: #0066CC;
   text-decoration: none;
}
a:hover {
   color: #6600CC;
   text-decoration: underline;
}
a:visited {
   color: #0066CC;
   text-decoration: none;
}
a:visited:hover {
   color: #FF0000;
   text-decoration: underline;
}

.title {
   		font-size: 24px;
   		font-weight: bold;
   		color: #083194;
   		text-align: center;
   		text-decoration: underline;
}

.subtitle {
   			font-size:14px;
   			font-weight: bold;
   			color: #6600CC;
   			text-decoration: none;
   			text-align: center;
}

.subheader {
		border: thin solid #083194;
		background: #6600CC;
   		font-size: 20px;
   		font-weight: bold;
   		color: #FFFFFF;
   		text-align: center;
   		text-decoration: none;
}

.subsubtitle {
   font-size: 12px;
   color: #6600CC;
   font-weight: bold;
   text-align: center;
}

.text {
   font-size: 12px;
   font-weight: normal;
   color: #212121;
}
.text_colored {
   font-size: 12px;
   font-weight: normal;
   color: #6600CC;
}
.text_bold {
   font-size: 12px;
   font-weight: bold;
   color: #212121;
}
.text_bold_colored {
   font-size: 12px;
   color: #6600CC;
   font-weight: bold;
}
.error {
   font-size: 12px;
   font-weight: normal;
   color: #FF0000;
   font-weight: bold;
}

.uri {  
	font-size: 12px; 
	color: #0068AE; 
	text-decoration: none; 
}

.panel {
   border: thin solid #6600CC;
   padding: 4px;
}

.panel_header {
    background: #6600CC;
    width: 100%;
    color: #ffffff;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.panel_item {
	background: #63C6DE;
    width: 95%;
    padding: 4px;
    border-bottom: 1px solid #6373B5;
    border-right: 1px solid #6373B5;
    font-size: 12px;
}
.panel_item_active {
	background: #D63194;
    width: 95%;
    padding: 4px;
    border-bottom: 1px solid #6373B5;
    border-right: 1px solid #6373B5;
    font-size: 12px;
}

.line {
    width: 90%;
    height: 1px;
    background-color: 6600CC;
}

.footer {
   font-size: 10px;
   font-weight: normal;
   color: #212121;
   text-decoration: none;
   font-style: italic;
}

.help {
   font-size: 12px;
   font-weight: normal;
   font-style: italic;
   color: #083194;
}