/* Default schedule style */
body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

/* Links */
A, A:active, A:hover, A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size:13px;
	color: navy;
}

/* Regular text */
div.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Regular headline */
div.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom : 4px;
}

/* White headline */
div.headline2, A.headline2, A:active.headline2, A:hover.headline2, A:visited.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : White;
}
