@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
}
/*Table id*/
#menu {border:1px solid #CCCCCC;
}
#menuINSIDE td{
border-left:1px solid #CCCCCC;
}


/*links*/
			/*Main menu links*/
a.menu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FF0000;
	padding: 0px 0px 0px 0px;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}

td.bk:hover{
	background-color:#FF0000;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	color:#FFFFFF;
}
/*default link*/
a {
	font-family: Arial;
	font-size: 12px;
	color: #000033;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: underline;
	color: #000033;
}
/*Homepage link*/
.stronghompage {
	font-weight: bold;
	font-size: 16px;
	}

/*Text styles*/
.strongpoints {
	font-weight: bold;
	}
	
.Title {
	font-family: "Arial";
	font-size: 18px;
	color: #003366
}
.SubTitle {
	font-family: "Arial";
	font-size: 16px;
	color: #003366
}
/*SUB MENU LINKS EVENT PAGE*/
a.event {
	font-family: Arial;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
}
a.event:link {
	text-decoration: underline;
}
a.event:visited {
	text-decoration: underline;
	color: #000033;
}
a.event:hover {
	text-decoration: none;
	color: #0033CC;
}
a.event:active {
	text-decoration: underline;
	color: #000033;
}


	/*---- ul ------*/
ul {
list-style-position: outside;
list-style-image: url(webimg/tempimages/vineta-content.gif);
list-style-type: none;
padding: 10px;
margin: 6px;
}