

		/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		+																		+
		+	Website development by SeeThrough Web, Toronto, ON, Canada			+
		+	http://seethroughweb.com											+
		+	info@seethroughweb.com												+
		+																		+
		++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* Standard Typography 
==================================================== */
body { 	color: #191c24; font-family:Arial, Helvetica, sans-serif;}
	
h1 { font-size: 1.4em; margin-bottom:10px;}
h2 { font-size: 1.4em; margin-bottom:10px; color: #1b3f94;}
h3 { font-size: 1.3em; margin-bottom:10px;}
h4 { font-size: 1.3em; margin-bottom:10px;}
h5 { font-size: 1.2em; margin-bottom:10px;}
h6 { font-size: 1.2em; margin-bottom:10px;}
p  { font-size: 1.2em; margin-bottom:10px;}

body.home h1 { font-size:1.8em; text-transform:uppercase;}

.align-right 	{ text-align:right;}
.align-left 	{ text-align:left;}
.align-center  	{ text-align:center;}
.align-justify 	{ text-align:justify;}
.indent { margin-left:50px; }

.red, .red a { color: #c31818; }
.red-bold, .red-bold a { color: #c31818; font-weight:bold; }
.red a, .red-bold a { text-decoration:none; }

ul { padding-left:25px;}
li {
	font-size:1em;;
	margin-left:15px;
	padding:0px 10px;
	list-style-type:none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}