label {
	font-weight: bold;
	font-size: 12px;
}
a.mylable:link, a.mylable:visited {
	text-decoration: none;
	color: #0000FF;
}
a.mylable:hover {
	text-decoration: underline;
	color: #FF0000;
}
body {
	background-color: Transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
input {
	font-family: "Courier New", Courier, monospace;
}
h4 {margin-bottom: 2px}
p {
	font-size: 12px; 
}
.textsmall {
	font-family: Arial, Helvectica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.textmedium {font-size: 12px;}
.required {color: #FF0000;}
.formtable {
	background-color: Transparent;
	border: 1px solid #ccc;
	/*margin: 10px; */
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	margin: 0;
}

.header
{
    background-color:#31659C;
    color:#f0f0f0;
    padding:5px;
}

.PriorityUrgent
{
    background-color:Red;
}
.PriorityVeryHigh
{
    background-color:OrangeRed;
}
.PriorityHigh
{
    background-color:Orange;
}
.PriorityMedium
{
    background-color:Yellow;
}
.PriorityLow
{
    background-color:Bisque;
}

