a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0055EE;
 	font-size: 12px;
 	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0055EE;
	font-size: 12px;
	font-weight: bold;
 	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	text-decoration: underline;
	font-size: 12px;
	color: #00CCFF;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	text-decoration: none; 
	font-size: 12px;
	color: #00CCFF;
}
div.popup
{
    height: auto;
    width: auto;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: -1;
    background-color: #CCC;
    text-align: center;
    visibility: hidden;
    border: solid #000000;
}
.popupText
{
    margin: 10px
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #555555;
    margin: 10px;
    padding: 0;
}
p.error {
    color: red
}
.psuedolink { 
	cursor: pointer 
}
.required_field{
    font-weight: bold;
	color: 642020 
}
.warning_highlight {
background-color:#FF9999
}
.main {
    font-size: 11px;
}
.mainbig {
    font-size: 13px;
}
.mainbigbold {
    font-size: 13px;
	font-weight: bold;
}
.ondark {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.ondarksmall {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}
.topsearch {
	font-weight: bold;
	font-size: 14px;
}
.tableheader {
    font-weight: bold;
    font-size: 14px;
}
.readonly {
    font-size: 10px;
    background-color: #DDDDDD;
}
.bigtitle {
	font-weight: bold;
    font-size: 16px;
}
.partresult {
    font-size: 10px;
}
.majcompresult {
    font-size: 12px;
}
.partcount {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.buttonstyle {
	background-color: #000080; 
	color: white;
	font-size: 11px;
	font-weight: bold;
}
