@charset "UTF-8";
/* SIMPOSIA CSS Document */
body {
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #CCC;
background-color: #9ea57d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
body,td,th { 
font-size: 14px; 
}
UL {list-style-image: url("Images/spiralbullet.png");}
.bodytext {
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}
.centeredbodytext {
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}
.PageTitles {
font-family: Verdana, Geneva, sans-serif;
font-size: large;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #474e39;
background-color: #FFF;
text-decoration: none;
}
.boldsubtitle {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #333;
}
.LinkedText {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #333;
}
.LinkedObjects {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #FFF;
text-decoration: none;
border-top-color: #FFF;
outline-style: none;
outline-color: #FFF;
border-color: #FFF;
border-right-color: #FFF;
border-bottom-color: #FFF;
border-left-color: #FFF;
}
.footertext {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #666;
}

.PageTitleBlack {
font-family: "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
color: #000;
line-height: normal;
font-style: normal;
}

