@charset "utf-8";
/* CSS Document */

a {
	font-size: 12px;
	color: #FF3300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 15px;
}

a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #C9101A;
}
h2 {
	font-size: 14px;
	color: #990033;
}
body,td,th {
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4C4C;

}
div.module4 {
	background: url(images/topleft.jpg) 0 0 no-repeat;
	width: 100%;
}
 
div.module4 div {
  background: url(images/bottomleft.jpg) 0 100% no-repeat;
  margin: 0;
  border: 0;
}
 
div.module4 div div{
  background: url(images/topright.jpg) 100% 0 no-repeat;
}
 
div.module4 div div div {
	background: url(images/bottomright.jpg) 100% 100% no-repeat;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 12px;
}

div.module4 div div div div{
	background: none;

}
.menu  a {
	color: #F9F9F9;
	text-decoration: none;
	width: 107px;
	text-align: center;
	height: 34px;
	position: relative;
	float: left;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu  a:link {
	background-image: url(images/menu_normal.jpg);
	background-repeat: no-repeat;


}
.menu a:visited {
	text-decoration: none;
	background-image: url(images/menu_normal.jpg);
	background-repeat: no-repeat;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
}
.list  ul {
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 10px;
}
.list  ul li a{
	font-size: 10px;
}
