/* General Stuff*/

a {
    text-decoration: none;
	color: #330099;
}
a:visited {
    text-decoration: none;
	color: #330099;
}
a:hover {
    text-decoration: underline;
}



b {
  color: #000066;
  }  
  
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body:visited {
    text-decoration: none;
	color: #000000;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffebd5;
	vertical-align: top;
}

/*Top Menu*/
a.menu_on { color: #000000; font-family: Geneva, Arial, Helvetica, san-serif; font-size: small; text-align: center }

a.menu_off {
	text-decoration: 'none';
	color: #000000;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	text-align: center;
	clip:  rect(auto auto 2px auto);
}
a.menu_off:hover { color: #FFFFFF; text-decoration: 'none' }

/* Side Link*/
a.sidelink { color: #000066; ; font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: 'none';}
a.sidelink:hover { color: #FF6600}

a.sidelink_sub { color: #000066; ; font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-decoration: 'none';}
a.sidelink_sub:hover { color: #FF6600}

/* Jumplinks */
a.jumplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

/* Extra */
.page_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ff6600;
}

.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #243753;
	font-weight: bold;
	line-height: 30px;
}	

.box {
	background-color: FFEFE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 100%;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #333366;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
}
.highlighted {
	color: #FF6600;
}
