body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: black;
}

p {
	display: block;
	font-size: 12px;
	text-align: justify;
}

li {
	font-size: 12px;
}

p.preface {
	font-style: italic;
}

.program {
	font-style: italic;
}

.own-name {
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

a {
    font-weight: bold;
    color: #FF9933;
}

/*a:visited {
	color: #3F6D9F;
}*/

.Q {
	font-weight: bold;
}

.orange {
	color: #FF9933;
	font-weight: bold;
}

.address {
	font-weight: bold;
}

html body .mainMenuLink{
    display: block;
    width: 160px;
    margin: 0px;
    margin-right: 20px;
    margin-top: 15px; 
    padding: 0px;
    font-family: verdana;
    border-bottom: 1px solid white;
    text-align:right;
}

html body .mainMenuLink a{
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

html body .mainMenuLink a:hover{
    color: #4D87C5;
}

html body .subMenuLink{
    display: block;
    width: 160px;
    margin: 0px;
    margin-right: 20px;
    margin-top: 10px; 
    padding: 0px;
    font-family: verdana;
    text-align:right;
}

html body .subMenuLink a{
    font-size: 16px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

html body .subMenuLink a:hover{
    color: #4D87C5;
}

form label {
	font-size:12px;
	display:block;
	width:100px;
	}
	
.input_element {
	width:200px;
	}

