html
{
 font-family: Arial;
 color: #000080;
 font-size:10pt;
}

body
{
	background: #EEEEEE;
}

input
{
	font-family: Arial;
    font-weight: normal;
    font-size:10pt;
	color: #000080;
	background: #FFFFFF;
    border-style:solid;
    border-width:1;
}

.company
{
	color: #C80620;
    font-weight: bold;
}

.msg
{
	color: #C80620;
    font-weight: bold;
}

.success
{
	font-family: Arial;
    font-weight: bold;
    font-size:13pt;
	color: #008000;
}

.error
{
	font-family: Arial;
    font-weight: bold;
    font-size:13pt;
	color: #FF0000;
}

.header
{
    font-weight: bold;
	color: #0000FF;
}

hr
{
	width: 95%;
	color: #01025F;
}

th {
    font-weight: bold;
    font-size:15pt;
    color: #C80620;
	background: #E7ECF3;
}
 
td {
    font-weight: bold;
    font-size:11pt;
    color: #000080;
}
 
.button
{
	cursor: pointer;
	font-family: Arial;
    font-weight: bold;
    font-size:13px;
	color: #ffffff;
	background: #C80620 ;
	border:#000000 1px solid;
    text-align:center;
	text-decoration: none;
    DISPLAY: inline-block;
}

.combo
{
	font-family: Arial;
    font-weight: normal;
    font-size:10pt;
	color: #000080;
	background: #FFFFFF;
    border-style:solid;
    border-width:1;
}


.button1
{
 BORDER-RIGHT: #8bbdef 1px solid;
 PADDING-RIGHT: 0px;
 BORDER-TOP: #8bbdef 1px solid;
 DISPLAY: inline-block;
 PADDING-LEFT: 0px;
 FONT-WEIGHT: bold;
 FONT-SIZE: 13px;
 BACKGROUND:  #4272a7 ;
 PADDING-BOTTOM: 2px;
 BORDER-LEFT: #8bbdef 1px solid;
 WIDTH: 120px;
 COLOR: white;
 PADDING-TOP: 0px;
 BORDER-BOTTOM: #8bbdef 1px solid;
 TEXT-DECORATION: none;
 text-align:center;
 border:#000000
}

.button1:hover  {
	BORDER-RIGHT: #8bbdef 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #8bbdef 1px solid; DISPLAY: inline-block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 13px; BACKGROUND: #0066CC ; PADDING-BOTTOM: 2px; BORDER-LEFT: #8bbdef 1px solid; 
	WIDTH: 120px;  COLOR: white; PADDING-TOP: 0px; BORDER-BOTTOM: #8bbdef 1px solid; TEXT-DECORATION: none; text-align:center; border:#000000
}
