* {
	font-size:14px;
	font-family:Arial;
}

body {
	background: url(../images/mi_circle_color_opaque.bmp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

a:link {
	color: green;
}

a:visited {
	color: green;
}

.pageHeader1 {
	font-size:20px;
	color: red;
}

.pageHeader2 {
	font-size:20px;
	color: blue;
}

.overviewHeader {
	font-size:20px;
	color: blue;
	font-style: italic;
}

.overviewListHeader {
	color: blue;
	font-weight: bold;
}

.overviewIntro {
	color: blue;
	font-style: italic;
}

.boxHeader {
	color: blue;
	font-weight: bold;
	font-style: italic;
}

.listHeader {
	color: blue;
	font-weight: bold;
}

.usingApplicationHeader {
	font-size:20px;
	color: red;
	font-style: italic;
}

.tableRevision 
{
	width:100%;
	border-style:inset;
}

.tableHeader {
	font-size:20px;
	color:Navy;
	background-color:#ccffff;	
}

.versionHeader
{
	font-size:16px;
	background-color:#f0f0f0;
}


