/* Body, Text, Images */

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    background-color: #4E72A5;
    margin: 30px 0 0 0;
}



.side_text {
    font-size: 11px;
    text-align: left;
    color: #444444;
    line-height: 14px;
}

.blue_text {
    color: #013580;
}


p {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
}

table {
    padding: 0;
    margin: 0;
}

td {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
}


h1 {
    margin: 0;
    font-size: 18px;
    color: #5B769C;
    line-height: 30px;
    font-weight: bold;
    }

  
h2 {
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    }

h3 {
    margin: 0;
    font-size: 14px;
    color: #5B769C;
    line-height: 17px;
    font-weight: bold;
}
    
    
h4 {
    margin: 0;
    font-size: 13px;
    color: #013580;
    line-height: 16px;
    font-weight: bold;
}
    

.excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #1543A0;
    font-style: italic;
    }

.note {
    font-size: 11px;
    line-height: 13px;
    color: #444444;
}

.error {
    font-size: 12px;
    line-height: 13px;
    color: #E10E12;
}

img { border: 0; margin: 0; padding: 0; }

img.side_header { border: 0; margin: 0 0 12px 0; padding: 0; float: right;}
img.graphic_header { border: 0; margin: 0 0 12px 0; padding: 0; float: none;}



a {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
  }
  
a:link {text-decoration: underline; color: #4E72A5;}
a:active {text-decoration: underline; color: #4E72A5;}
a:visited {text-decoration: underline; color: #4E72A5;}
a:hover {text-decoration: underline; color: #F0A418;}




.footer {
    color: #7A99C3;
    font-size: 10px;
    line-height: 13px;
    padding-top: 25px;
}

.footer a:link {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:active {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:visited {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:hover {text-decoration: underline; color: #E1EFFF; font-size: 10px;}













/* Navigation */
img.nav {
    float: left;
    margin: 37px 6px 0px 0px;
}

img.right_nav {
    float: left;
    margin: 15px 0px 0px 6px;
}

img.icon_nav {
    float: left;
    margin: 0px 15px 15px 0px;
}



/* List Items */

ul {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0px;
    margin: 0px 0px 14px 16px;
}

li {
    margin-bottom: 5px;
}




/* Miscellaneous Elements */

div.dotted_line {
    float: none;
    background-image: url('/images/interface/divider.gif');
    background-repeat: repeat-x;
    line-height: 2px;
    margin: 25px 0 25px 0;
}

div.clearer {
    clear: both;
    line-height: 0;
    height: 0;
}

/* Forms and Form Buttons */

.form {
    font-size: 11px;
    color: #013580;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 7px;
}

.mailform {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 1px;
}

.form_button {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    background-color: #013580;
}


div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}
/* aio button */
.cell-wrapp {
	position: relative;
}
.aio-bug {
	position: absolute;
	top: -15px;
	left: 169px;
}
.aio-footer-bug {	
		position: absolute;
		bottom: -15px;
		left: 280px;
}
.aio-footer-bug p {	
		margin: 0px auto;
		padding: 0px;
		height: 25px;
}
.footer-message {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}