html {
    background-color: #ffffff;
}

body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #333333;
}

input[type=text], input[type=password], input[type=checkbox], input[type=radio], textarea, select {
    border: 1px solid #999999;
    color: #555555;
    font-size: 11px;
}

input[type=file] {
    border: 1px solid #999999;
    color: #555555;
}

input[type=button], input[type=submit], button {
    color: #222222;
}

input[type=button][disabled=disabled], input[type=submit][disabled=disabled], button[disabled=disabled] {
    color: #888888;
}

fieldset {
    border: 1px solid #cccccc;  
}

hr {
    border: none;
    color: #EEEEEE; 
    background-color: #EEEEEE;
    height: 1px; 
}

h1, h2, h3, h4 {
    color: #006600;
}	
	
h1 {
	font-size: 18px;
    color: #006600;
    border-bottom: 1px dotted;
}

h2 {
    font-size: 15px;
    font-weight: normal;	
}

.breadCrumbs {
    font-size: 11px;
}

.subTitle {
    font-size: 13px;
    padding: 2px;
    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: underline; 
    color: #006600;
}

a:hover {
    color: #005500;
}

a:link.topNav, a:visited.topNav, a:hover.topNav {
    font-size: 16px;
    text-decoration: none;
    color: #006600;     
}

a:hover.topNav {
    color: #ffffff;
    background-color: #006600;
}

a:link.quickNav, a:visited.quickNav, a:hover.quickNav, span.quickNav {
    font-size: 11px;
    text-decoration: none;
    color: #009900;     
}

a:hover.quickNav{
    text-decoration: underline;
}

.footer {
    font-size: 10px;
    color: #ffffff;
}

a:link.footerLink, a:visited.footerLink, a:hover.footerLink {
    text-decoration: underline;
    color: #ffffff;
    font-size: 10px; 
}

.required {
    font-size: 10px;
    color: red;
}

.validator {
    font-size: 9px;
}

.errorMessage {
    border: 1px solid red;
    background-color: yellow;
    padding: 5px;
}

.fieldNotes {
    font-size: 10px;
}

.window {
    border: 1px solid #cccccc;
    border-color: #99CCFF;
}

.window th {
    text-align: left;
    padding: 2px;
    color: #555555;
    background-color: #99CCFF;
}

.angendaLeftColumn {
    background-image: url('agenda-left-bg.gif');
    padding: 10px;
}

.dropDownList {font-family: Arial, Helvetica, Sans-serif; font-size: 12px;}
.pager {font-size: 14px;}
.fileUpload {font-size: 14px;}
