/* CSS Document */

body {
background-image: url(images/bg.gif); 
background-repeat: repeat-x;
margin: 14px;
padding: 0px; 
background-color: #8a489e;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

#mainbody {
background-color: #f7f4f8;
color: #4e0d62;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 945px;
background-image: url(images/swoosh.jpg);
background-repeat: no-repeat;
background-position: bottom left;
padding-bottom: 40px;
text-align: left;
}

a:link {color: #00b6ec; text-decoration: none;}     /* unvisited link */
a:visited {color: #00b6ec; text-decoration: none;}  /* visited link */
a:hover {color: #FF00FF; text-decoration: none;}   /* mouse over link */
a:active {color: #00b6ec; text-decoration: none;}   /* selected link */ 


h1 {
color: #00b6ec;
font-family: Eurostile, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 22px;
margin-bottom: 0px;
padding-bottom: 0px;
}

h2 {
color: #8a489e;
font-family: Eurostile, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
margin-bottom: 8px;
padding-bottom: 0px;
}

.sidebutton {
display: block;
margin-bottom: 4px;
}

#footer {font-size: 10px;}
#footer a {padding: 8px 16px 4px 4px;}
#footer a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
#footer a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
#footer a:hover {color: #00b7ed; text-decoration: none;}   /* mouse over link */
#footer a:active {color: #FFFFFF; text-decoration: none;}   /* selected link */ 

.defaultLg {font-weight: bold; font-size: 14px; color: #00b7ed; }

.customername {font-size: 10px; padding-top: 8px;}