@charset "utf-8";

/* ~~ Standard styles ~~ */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #494738;
}

a {
	border: none;
}

a img {
	border-style: none;
}

h1 {
	font-size: 140%;
	color: #128ae6;
    margin-top: 10px;
    margin-bottom: 5px;
}

h2 {
	font-size: 120%;
	color: #95a60a;
    margin-bottom: 5px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
    margin-bottom: 5px;
}

p {
	font-size: 100%;
    margin-bottom: 10px;
}

a {
	color: #128ae6;
	text-decoration: underline;
}

a:hover {
	color: #95a60a;
	text-decoration: none;
}

ul {	
	list-style-type: square !important;
}

li {
	background: url(../images/BlueBulletPoint.png) left center no-repeat;
	padding-left: 60px;
}

/* Table */

table {
	border: 1px solid #dad6c1;
	padding: 3px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

th {
	background-color: #90ad1f;
	color: #ffffff;
	padding: 3px;
	border: 1px solid #ffffff;	
}

td {
	background-color: #f3f0e2;
	padding: 3px;
	border: 1px solid #ffffff;
    vertical-align: top;
}

