﻿/* CSS Document */


.topbottom{
font-family: Arial;
font-size: 8pt;
color: #CCCCCC;
text-align: center;
background-color: #000000;
}

.topbottom a{
color:#CCCCCC;
text-decoration:none;
}

.title{
font-family:Arial;
font-size:12pt;
color:#00427e;
font-weight: bold;
text-align:left;
}

.body{
font-family:Arial;
font-size:9pt;
color:#333333;
text-align:left;
}

.graphic{
margin-left: 14px;
}

.form{
font-family: Arial;
font-size: 9pt;
color: #333333;
text-align: left;
background-color: #DDDDDD;
}

.form2{
background-color: #FFFFFF;
}





.body a{
color:#666666;
text-decoration:underline;
}

.body a:hover{
color:#00427E;
text-decoration:underline;
}

.payment{
font-family:Arial;
font-size:9pt;
color:#3F3F3F;
text-align:center;
}

.paymenttitles{
font-family:Arial;
font-size:9pt;
color:#3F3F3F;
text-align:center;
}

.paymenttitles a{
color:#07a8d1;
text-decoration:underline;
}

.paymenttitles a:hover{
color:#6fcbde;
text-decoration:underline;
}

.highlight a{
color:#FFFFFF;
text-decoration:underline;
background-color:#07a8d1;
padding-left:3px;
padding-right:3px;
}

.highlight a:hover{
color:#FFFFFF;
text-decoration:underline;
background-color:#6fcbde;
padding-left:3px;
padding-right:3px;
}

