/* CSS Document */
body
{
	background-color:white;
}
*{
margin:0 auto;
padding: 0;
}

ul{
margin:5px;
padding: 5px;
}

li{
margin:5px;
list-style: disc;
}

.title {
font-family: Verdana;
font-size: 15px;
color: #ff582f;
font-weight: bold;
}

.text {
font-family: Verdana;
font-size: 11px;
color: #000;
}

.text-bold {
font-family: Verdana;
font-size: 11px;
color: #000;
font-weight: bold;
}

.text-bold-red {
font-family: Verdana;
font-size: 10px;
color: #ff582f;
font-weight: bold;
}

.footer {
font-family: Verdana;
font-size: 9px;
color: #000;
}

.footer-red {
font-family: Verdana;
font-size: 9px;
color: #ff582f;
}

.toplink{
font-family: Verdana;
font-size: 10px;
color: #000;
text-align:center;
}

.toplink a{
font-family: Verdana;
font-size: 10px;
text-decoration: none;
color: #000;
text-align:center;
}

.toplink a:hover{
font-family: Verdana;
font-size: 10px;
text-decoration: underline;
color: #ff582f;
text-align:center;
}

.left-index {
font-family: Verdana;
font-size: 11px;
color: #ff582f;
font-weight: bold;
}

.left-index a{
font-family: Verdana;
font-size: 11px;
color: #ff582f;
font-weight: bold;
text-decoration: none;
}

.left-index a:hover{
font-family: Verdana;
font-size: 11px;
color: #000;
font-weight: bold;
text-decoration: none;
}

.left-index2 {
font-family: Verdana;
font-size: 10px;
color: #ff582f;
}

.left-index2 a{
font-family: Verdana;
font-size: 10px;
color: #ff582f;
text-decoration: none;
}

.left-index2 a:hover{
font-family: Verdana;
font-size: 10px;
color: #000;
text-decoration: none;
}


.internal-link {
}

.internal-link a{
font-family: Verdana;
font-size: 11px;
color: #000;
text-decoration: underline;
}

.internal-link a:hover{
font-family: Verdana;
font-size: 11px;
color: #000;
text-decoration: none;
}
