body	{
margin-top: 0px;
background-image: url('img/bg.jpg');
background-repeat: repeat-x;
background-color: #ffffff;
font-family: Tahoma;
}

p	{
color: #000000;
font-size:12px;
margin-left:30px;
margin-right:25px;
text-align: left;
}

a	{
color: #2d6aa9;
font-size:12px;
text-decoration: none;
}

a:hover	{
color: #2d6aa9;
font-size:12px;
text-decoration: underline;
}

.title	{
color: #286da6;
font-weight: bold;
font-size:13px;
margin-left:25px;
margin-top:20px;
line-height:14px;
}
.podtitle	{
color: #8d8d8d;
font-weight: normal;
font-size:9px;
margin-left:25px;
}

.dol	{
color: #a6765f;
font-family: Arial;
font-size: 9px;
margin-top: 15px;
}

a.dol	{
color: #ffffff;
font-family: Arial;
font-size: 9px;
text-decoration: none;
}

a:hover.dol	{
color: #ffffff;
font-family: Arial;
font-size: 9px;
text-decoration: underline;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button1 {
    background: transparent url('img/menu1.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button1:hover {
    background: transparent url('img/menu1a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2 {
    background: transparent url('img/menu2.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button2:hover {
    background: transparent url('img/menu2a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button3 {
    background: transparent url('img/menu3.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button3:hover {
    background: transparent url('img/menu3a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button4 {
    background: transparent url('img/menu11.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button4:hover {
    background: transparent url('img/menu11a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button5 {
    background: transparent url('img/menu5.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button5:hover {
    background: transparent url('img/menu5a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button6 {
    background: transparent url('img/menu6.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button6:hover {
    background: transparent url('img/menu6a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button7 {
    background: transparent url('img/menu7.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button7:hover {
    background: transparent url('img/menu7a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button8 {
    background: transparent url('img/menu8.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button8:hover {
    background: transparent url('img/menu8a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button9 {
    background: transparent url('img/menu9.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button9:hover {
    background: transparent url('img/menu9a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button10 {
    background: transparent url('img/menu10.jpg') no-repeat;
    display: block;
    height: 39px;
}


a.button10:hover {
    background: transparent url('img/menu10a.jpg') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

ul	{
color: #000000;
font-size:12px;
margin-left:30px;
margin-right:25px;
text-align: left;
}

li	{ 
list-style: circle;

}