/* css document */

body {
background-color: #CCE4EA;
}

.content {font-family:Arial,Helvetica,Sans Serif; color: #000000; font-size:12px;
}

.footer {font-family:Arial,Helvetica,Sans Serif; color: #000000; font-size:11px;
}

table { 
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

table.inner { 
border-top: 0px solid black;
border-bottom: 0px solid black;
border-left: 0px solid black;
border-right: 0px solid black;
}

td {vertical-align: top;
}

td.inner { 
border-top: 0px;
border-bottom: 1px solid #9E9E9E;
border-left: 0px;
border-right: 1px solid #9E9E9E;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
}

/* links */
a:link {font-family:Arial,Helvetica,Sans Serif; color: #0066FF; font-size:12px; text-decoration: underline}

a:visited {font-family:Arial,Helvetica,Sans Serif; color: #0066FF; font-size:12px; text-decoration: underline}

a:active {font-family:Arial,Helvetica,Sans Serif; color: #0066FF; font-size:12px; text-decoration: underline}

a:hover {font-family:Arial,Helvetica,Sans Serif; color: #000000; font-size:12px; text-decoration: none}