/* CSS Document */

.floatleft {float: left; padding-right: 15px;}
.floatright {float: right; padding-left: 15px;}

h1 {font: bold 14px arial;color: #000;}
h2 {font: bold 14px arial;color: #5A4F80;}
h2.right {font: bold 14px arial;color: #5A4F80; margin-left: 50px;}
h3 {font: bold 14px arial;color: #000000; text-align: center;}

a {color: #5A4F80;text-decoration: none; }
a:hover {color: #5A4F80; text-decoration: underline; }

.form { font: 12px arial; color: #000; }

.email { font: 10px arial; color: #000; }
p { font: 12px arial; color: #000; }
p.right { font: 12px arial; color: #000; margin-left: 50px;}

p.more a{font: 12px arial; text-align: right; color: #707070;}
p.footer {font: 11px arial; text-align: center; color: #707070;}
p.footer a{font: 11px arial; text-align: center; color: #707070;}

.description {font: 12px arial; color: #666; }
ul {font: 14px arial; font-weight: bold; list-style-type: none; }
li.item {line-height: 3px; }
li {font: 14px arial; list-style-type:  none; padding: 12px; font-weight: bold;}
li a{ color: #5A4F80; font-weight: bold;}
li a:hover{color: #5A4F80; font-weight: bold;}


