body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 10pt;
	font-weight: normal;
	background-color : #FFFFFF;
}
hr {
	color: #000080;
}

img {
	border-color: #000080;
}

td,th,p,ol,ul,li,div,address,blockquote,nobr,b,i,dl,dt,span
     {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 10pt;
	font-weight : bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight : bold;
}

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }
h6 { font-size:8pt; }

a:link { color:#0000FF; text-decoration:none; font-weight:bold; }
a:visited { color:#0000FF; text-decoration:none; font-weight:bold; }
a:active { color:#FF0000; text-decoration:none; font-weight:bold; }
a:hover {color:#FF0000; text-decoration: none; font-weight:bold; }

.counter {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
	font-weight : bold;
}

.headline {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 18pt;
	color: #FFFFFF;
	font-weight : bold;
}

.footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
	font-weight : bold;
}

.mini {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000080;
	font-weight : normal;
}

.small {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000080;
	font-weight : bold;
}

.big {
	font-family :   Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000080;
	font-weight : bold;
}

.bigger {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 24pt;
	color : #000080;
	font-weight : bold;
}

.tdcorner {
	background : url(../images/design/background_corner.png);
}

.tdmenu {
	background : url(../images/design/background_menu.png);
	align : center;
}

.tdheader {
	background : #555599;
}

.tdsingle {
	border-style: solid;
	border-width: 4px;
	padding: 10px;
	border-color: #000080;
	background : #FFFFFF;
}

.tdsinglelightgrey {
	border-style: solid;
	border-width: 4px;
	padding: 10px;
	border-color: #000080;
	background : #EFEFEF;
	background-repeat : repeat;}

.question {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000080;
}

.answer {
	font-family:  Arial, Helvetica, sans-serif;
	color: #505050;
	font-weight : bold;
}

.codeblock {
	background: #C0C0C0;
}

.note {
	color: #FF0000;
}

.screenshot {
	padding: 10px;
}
code {
	color: #000000;
	font-style: italic;
}

p {
	align: justify;
}

ul {
	list-style-type: square;
}

body {background-repeat: repeat;}
