body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background:url(../images/header-bg.gif) 0 0 repeat-x #fff;
	color:#333333;
	line-height:150%;
}

a:hover, a:active {
	text-decoration:underline;
}

#footer2 h3 {
	color:#fff; 
}

/* header */
#header {

}
	
/* message row */
#message {
	font-size: 90%;
	color:#F00;
	text-align: center;
	border:1px solid #CCC
}
	
#message .moduletable {
	padding:1px 10px;
}
	
p.info {
    background: #F8FAFC url(../images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

p.warn {
    background: #FFF7C0 url(../images/warn.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}

p.alert {
    background: #FBEEF1 url(../images/exc.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FEABB9;
    border-bottom: 2px solid #FEABB9;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 150%;
	color: #666;
	font-weight: normal;
}
	
h1 {font-size:2em;line-height:125%;margin-bottom:0.5em;}
h2 {font-size:1.5em;line-height:125%;margin-bottom:0.75em;}
h3 {font-size:1.25em;line-height:125%;;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:125%;margin-bottom:1.25em;}

.moduletable_menu_quest h3{
	font-size:1.75em;line-height:1;margin-bottom:0;
}

.moduletable_menu_nbs h3 {
	font-size:1.75em;line-height:1;margin-bottom:0;
	color:#fff;
}

#middle-medium p, #middle-medium ol, #middle-medium ul, #middle-medium address{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.moduletable-topmenu a {
	color:#666;
	font-size:85%;
	font-family:Verdana, Geneva, sans-serif;
}
.custom-header-logo p {
	font-family:Arial, Helvetica, sans-serif;	
}