/* CSS Document */

body {
background: #4B4B4B;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

* {
padding: 0;
margin: 0;
}

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

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

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

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

.titletext {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #006666;
font-weight:bold;
}

/*
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #7f3687;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #7f3687;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #7f3687;
}
*/

.newstitleheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #7f3687;
}

.newsitemheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
}


.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #7f3687;
}

#container {
width: 760px;
background-color: #ffffff;
margin-top: 0px;
}

.leftcontainer {
margin-left: 26px;
margin-top: 0px;
}

td.bottomcell {
background-image: url(/images/di.gif);
background-repeat: no-repeat;
padding-left:82px;
}

td.leftcell {
background-image: url(/images/artwork_12.gif);
}

.padfifteen {
padding-left:15px;
padding-right:36px;
}