/* CSS Document */

body {
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
background-image:url(images/bg.jpg);
background-position:top;
background-repeat:repeat;
background-color:#666666;
}

.img {border:thin;
border-style:solid;
border-color:#FFFFFF;
}

.padding {
padding:5px;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:active {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}

.Button {
background-color:#999999;
border:thin;
border-style:solid;
border-color:#333333;
color:#FFFFFF;}

.Button:hover {
background-color:#666666;}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.Welcome {
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
border-bottom:thin;
border-bottom-style:ridge;
border-color:#D7DFD9;
list-style-image:url(images/bullet.jpg);
height:20px;
}

.divider {
border-bottom:thin;
border-bottom-style:ridge;
border-color:#333333;
}


.footer {
font-size:11px;
}

.dividerend1 {

border-top:medium;
border-top-style:solid;
border-top-color:#FFFFFF;
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
}
