/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 10px;
}

h1 {
	font-size: 64px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p{
	font-size: small;
	font-weight: bold;
}
.Footer {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: xx-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h6 {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.whitefont {
	font-size: small;
	color: #000066;
}
.styleLinks {font-size: 14px}
.leftside_table_font {font-size: 12px}
.warning {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
