/* body tag */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Courier New, Courier, Helvetica, MS Sans Serif;
	font-size: 12px;
}


/* a tag */
a{
	color: #3d11ab;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #0066ff;
	font-weight: bold;
	text-decoration: none;
}
a.menu {font-size: 14px; color: #000000; text-decoration: none; font-weight: normal;}
a.menu:hover {font-size: 14px; color: #e77919; text-decoration: none; font-weight: normal;}
a.menu_inv {font-size: 18px; color: #ffffff; text-decoration: none; font-weight: bold;}
a.menu_inv:hover {font-size: 18px; color: #e77919; text-decoration: none; font-weight: bold;}
a.menu_curr {
	font-size: 16px; font-weight: bold; color: #e77919; text-decoration: none;
}
a.menu_curr:hover {
	font-size: 16px; font-weight: bold; color: #000000; text-decoration: none;
}
a.submenu {font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.submenu:hover {font-size: 11px; color: #e77919; text-decoration: none; font-weight: bold;}


/* classess */
.copyright {font-size: 9px}

.submenutitle {
	font-size: 28px;
	font-weight: bold;
}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 16px;}

ol{background-color : transparent;}
li{list-style-type : square;	list-style-position : inside;}

img{
	border: 1px;
	border-color: #000000;
   border-style: solid solid solid solid;
}

img.menu{
	border: 0px;
	border-color: #ffffff;
   border-style: none none none none;
}
