body {
	background-color:    #FFFFFF;
	margin-top:   0px;
	margin-left:   0px;
	margin-bottom:   0px;
	margin-right:   0px;
}


/* Modules (modules are those boxes in the left/right columns) */
div.box {
	background-color:    white;
	margin-left:   4px;
	margin-right:   4px;
	margin-top:   4px;
	margin-bottom:   10px;
	border:   1px dash black;
	padding-bottom:   10px;
	overflow:   hidden;
	width:   170px;
}

/* The menu body */
div.menubody {
	background-color:    white;
	border:   1px dashed grey;
	padding-left:   0.8em;
	padding-right:   0.8em;
	padding-top:   0.2em;
	padding-bottom:   0.2em;
	margin:   10px 0px;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color: #787878;
	clear:   both;
}


/* The body */
div.articlebody {
	background-color:    white;
	border:   0px solid grey;
	padding-left:   0.8em;
	padding-right:   0.8em;
	padding-top:   0.5em;
	padding-bottom:   0.5em;
	margin:   10px 0px;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color: #787878;
	clear:   both;
}


/* Titles */
/* When the page title is a link this is the style */
.pagetitle {
	font-weight:    bold;
	font-size:   16px;
	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:   black;
}

.alerttitle {
	font-weight:    bold;
	font-size:   18px;
	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:   blue;
}


a {
	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	text-decoration:   none;
	color:   #787878;
	
	text-decoration:   none;
}

a:active {
	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	text-decoration:   none;
	color:   #787878;
	
	text-decoration:   none;
}

a:hover {
	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color:   #787878;
	text-decoration:   none;
	
	background-color:   #CCCCCC;
}

