/* CSS Document */

/* HTML REDEFINITIONS */

body {
background:#ffffff;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

h1 {
font-size:1.4em;
font-weight:bold;
font-style:italic;
color:#65626B;
}

h2 {
font-size:1em;
font-weight:bold;
color:#65626B;
}

h3 {
font-size:0.5em;
}

/* CLASS DEFINITIONS */

.over_limit_alert {
color:#cc0033;
text-decoration:none;
}

.contentTable {
padding:10px;
text-align:left;
}

.imgBorders {
border:1px solid #000000;
}

.input_form {
background:#dddddd;
}

/* DIV DEFINITIONS */

#footertext {
text-align:center;
color:#ffffff;
Padding-left:10px;
Padding-top:10px;
}

#footertext a:link {
color:#ffffff;
text-decoration:underline;
}
#footertext a:hover {
color:#968E99;
text-decoration:underline;
}
#footertext a:active {
color:#ffffff;
text-decoration:underline;
}
#footertext a:visited {
color:#ffffff;
text-decoration:underline;
}

#navtext {
color:#968E99;
}
#navtext a:link {
color:#968E99;
text-decoration:none;
}
#navtext a:hover {
color:#65626B;
text-decoration:none;
}
#navtext a:active {
color:#968E99;
text-decoration:none;
}
#navtext a:visited {
color:#968E99;
text-decoration:none;
}
#navtext a:visited:hover {
color:#65626B;
text-decoration:none;
}

/* LINK DEFINITIONS */

a:link {
color:#990033;
text-decoration:underline;
}
a:hover {
color:#cc0000;
text-decoration:none;
}
a:active {
color:#990033;
text-decoration:underline;
}
a:visited {
color:#990033;
text-decoration:underline;
}
a:visited:hover {
color:#cc0000;
text-decoration:none;
}

/* This allows word-wrap within Pre-Formatted text tags */
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}