
/*//////////////////*/
/*USER USER CLASSES*/
/*/////////////////*/
/* Custom Classes */
h1,h2,h3,h4,h5,h6  {
	color:#4887b1;
	
}
/* TABLES */
.dataTable {
	/*width:495px;*/
	border-collapse:collapse;
}
.dataTable td {
	border:1px solid #4887b1;
	text-align:center;
	width:auto;
}
/* TABLE COLOURS */
.dataLightGray {
	background-color:#e5e5e5;
}
.dataWhite {
	background-color:#FFFFFF;
}
.dataBlue {
	background-color:#4887b1;
	color:#FFFFFF;
}
.dataBlueGray {
	background-color:#b8c7c9;
}
/*	FONT	*/
.smaller {
	font-size:10px;
}
.larger {
	font-size:14px;
}
.blueFont {
	color:#4887b1;
}
/*	CUSTOM LISTS	*/
.customBullets {
	list-style-image:url(images/list_icon.gif);
}
.fontCenturyGothic {
	font:"Century Gothic",Garamond,Arial;
	font-size:14px;
}
/*SUP SUB*/
.superscript { vertical-align: super; font-size: smaller }
.subscript { vertical-align: sub; font-size: smaller }