﻿/*
	$Author: Sue McKlveen $
	$Date: 6/3/05 $, 
        $Revision: 1 $
*/

.tarial4 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 4px; font-weight: bolder;}
.tarial6 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 6px; font-weight: bolder;}
.tarial8 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 8px; font-weight: bolder;}
.tarial9 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 9px; font-weight: bolder;}
.tarial10 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 10px; font-weight: bolder;}
.tarial11 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 11px; font-weight: bolder;}
.tarial12 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 12px; font-weight: bolder;}
.tarial13 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 13px; font-weight: bolder;}
.tarial14 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 14px; font-weight: bolder;}
.tarial16 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 16px; font-weight: bolder;}
.tarial18 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 18px; font-weight: bolder;}
.tarial20 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 20px; font-weight: bolder;}
.tarial22 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 22px; font-weight: bolder;}
.tarial24 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 24px; font-weight: bolder;}
.tarial26 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 26px; font-weight: bolder;}
.tarial28 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 28px; font-weight: bolder;}
.tarial30 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 30px; font-weight: bolder;}
.tarial32 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 32px; font-weight: bolder;}
.tarial34 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 34px; font-weight: bolder;}
.tarial36 { font-family: Arial, Helvetica, Times New Roman, adobe-times, Times; font-size: 36px; font-weight: bolder;}

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: purple; text-decoration: none }
a:hover { color: black; bgColor: white; text-decoration: none}

a.side:link { color: #000055; text-decoration: underline }
a.side:active { color: #000055; text-decoration: underline }
a.side:visited { color: #000055; text-decoration: underline }
a.side:hover { color: #ffffff; background: #000000; text-decoration: none}


a.email:link { color: #000000; text-decoration: none}
a.email:active { color: #000000; text-decoration: none}
a.email:visited { color: #000000; text-decoration: none}
a.email:hover { color: #ffffff; background: #000000; text-decoration: none}

a.emailu:link { color: #000000; text-decoration: underline}
a.emailu:active { color: #000000; text-decoration: underline}
a.emailu:visited { color: #000000; text-decoration: underline}
a.emailu:hover { color: #ffffff; background: #000000; text-decoration: underline}

a.email2:link { color: #ffffff; text-decoration: none}
a.email2:active { color: #ffffff; text-decoration: none}
a.email2:visited { color: #ffffff; text-decoration: none}
a.email2:hover { color: #000000; background: #ffffff; text-decoration: none}

a.email2u:link { color: #ffffff; text-decoration: underline}
a.email2u:active { color: #ffffff; text-decoration: underline}
a.email2u:visited { color: #ffffff; text-decoration: underline}
a.email2u:hover { color: #000000; background: #ffffff; text-decoration: underline}

body.box {
     margin:50px 0px; padding:0px;
     text-align:center;
}

#Content {
     width:bolderpx;
     margin:0px auto;
     text-align:left;
     padding:15px;
     border:0px dashed #333;
     background-color:#eee;
}

body.repeaty {
background-repeat: repeat-y;
background-attachment: scroll;
background-position: left;
}
body.repeatx {
background-repeat: repeat-x;
background-attachment: scroll;
background-position: left;
}