/* alignments */
.align-left		{	text-align:left;	}
.align-center 	{	text-align: center;	}
.align-right	{	text-align: right;	}

/* colors	*/
.blue1		{	color: #0088AB;}

/* common paragraph	*/
p	{	line-height: 25px; font-size: 14px; margin: 20px; }

/* headers */
h1, h6	{ font-size: 35px; font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;}
h2		{ font-size: 30px; font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;}
h3		{ font-size: 25px; font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;}
h4		{ font-size: 20px; font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;}
h5		{ font-size: 15px; font-family: "Lucida Grande",Arial,Helvetica;}
.head1	{ font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;	}

/* list */
.commonlist	{ list-style: square; list-style-position: inside; margin-left: 30px;}
.commonlist li {margin-bottom: 15px;}


