/* AR REPORT PAGE _ TOGET RID OF SOME STYLING ISSUES */

@import url("AR.css");

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #333;
	background-color: #ffffff;
	margin: 5px;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #000000
}

.head1 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 25pt;
	color: #333;
	text-decoration: none
}

.head2 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 13pt;
	color: #333;
	font-weight: bold;
	text-decoration: none
}

.head3 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 13pt;
	color: #dc1c20;
	font-weight: bold;
	text-decoration: none
}

.head4 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #dc1c20;
	font-weight: bold;
	text-decoration: none
}

.head5 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #dc1c20;
	text-decoration: none
}

a:link {
	font-family:   "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #dc1c20;
	font-weight: bold;
	text-decoration: none
}

a:visited {
	font-family: "Arial"," Helvetica", "sans-serif";
	font-size: 9pt;
	color: #dc1c20;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #000000;		
	text-decoration: underline	
}

input.button {
    COLOR: #ffffff;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Arial, Hevetica, sans-serif;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #dc1c20;
	padding: 0;
}

input.text {
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

select {
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

.arSmall {
    FONT-SIZE: 1pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

.arBorder { border: 1px solid #ccc; }

.header { border: 1px solid #ccc; }

.slide { border: 1px solid #ccc; }

