﻿.DefaultStyle {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.Menubar {
	position:absolute; 
	text-align:center; 
	top:120px; 
	left:0px; 
	width:100%; 
	z-index:99;
	vertical-align: middle;
	text-align:center;
	}
.ButtonStyle {
    background-color: #bcd000; /* IMS Green */
    font-size: x-small;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #00529B /* IMS Blue */;
    width: 180px;
    height: 25px;
}
.Largeprint {
    font-size: large;
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #00529B /* IMS Blue */;
}
.Mediumprint {
    font-size: medium;
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #222222 /*  */;
}
.Mediumprintnb {
    font-size: medium;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #222222 /*  */;
}
.Smallprint {
    font-size: small;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #444444 /*  */;
}
.XSmallprint {
    font-size: X-small;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #444444 /*  */;
}
.leftlabel
{
    font-size: Large;
    font-family: Tahoma;
    font-weight: bold;
    color: #00529B;
}
.flowchart1 {
    border: thin solid #bcd000; 
    padding: 2px; 
    text-align:center;
    vertical-align:middle;
    background-color: #00529B; 
    font-size: x-small; 
    color: #FFFFFF;
}
.flowchart2 {
    border: thin solid #bcd000; 
    padding: 2px; 
    text-align:center;
    vertical-align:middle;
    background-color: #FFFFFF; 
    font-size: x-small; 
    color: #000000;
}
