/* CSS Document */

/* Background Color */
body {
	background-color: #ffffff;
	margin:0;
	padding:0;
}


/* Text Properties */
p {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #1A6298;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* SubHeader Text Properties */
h2 {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


/* Active Links */
a {
	color: #1A6298; 
}

/* List Properties */
li {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Table Row Properties */
tr {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}


/* Table Data Properties */
td {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}