@charset "UTF-8";
ul.menu {
	
	list-style-type: none;
	text-decoration: none;
	background-image: url(../images/dots.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	margin-left:0px;
padding-left:5px;
	text-align:left;
	clip: rect(auto,auto,auto,5px);
	text-align: left;
}
li {
height:20px;
background-image:url(../images/dots.jpg);
background-repeat:no-repeat;
background-position:left bottom;
text-decoration:none;
font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #014c78;
}

li:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #014c78;
}
li:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #014c78;
}
li:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #014c78;
}
li:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #dc351d;
}
ul a:hover {
font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #dc351d;
}
ul a {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #014c78;
}
a.bottlinks:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #dc351d;
}
.reddots  {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #dc351d;
}

.maintext {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}

.title {
	font-family: Arial;
	text-decoration: none;
	font-size: 18px;
	font-weight:bold;
	color: #333333;
}
.white {
    font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	}
.black {
    font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	}


.grey_back {
    background-image: url(../images/grey.jpg);
    background-repeat: repeat-y;
}

.grey_content {
    background-image: url(../images/grey_content.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.bottom_back {
    background-image: url(../images/bottom.jpg);
    background-repeat: repeat-x;
}

.blackborder {
    border: solid 1px #333333;
}

.form {
    width: 200px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}