@charset "utf-8";
/*
 *	IHS General CSS
 *	Author: Alan Agius
 *
 *	Last Updated: 24th September 09
 *	Copyright 2009 Alert Communications
 *	www.alert.com.mt
 */
 
/** General Elements **/
body {
	margin:0;
}
a, input {
	outline:0;
}
a img {
	border:0;
}
table {
	border:0 !important;
	border-collapse:separate !important;
}

a:link {
	color: #187AB4;
	text-decoration: none;
}
a:active {
	color: #187AB4;
	text-decoration: none;
}
a:visited {
	color: #187AB4;
	text-decoration: none;
}
a:hover {
	color: #C4161C;
	text-decoration: underline;
}

h1.title{
	margin:0;
	padding:0;
	color:#017DC3;
	font:normal 32px Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
}

blockquote{
	margin:0;
	padding:0 0 0 20px;
}

h2{
	margin:0;
	padding:10px 0 0;
	color:#017DC3;
	font:bold 16px Arial, Helvetica, sans-serif;
}

.button_btn {
	background-color:#017DC3;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:white;
	text-align:center;
}

.tableStyle tr td p {
	font-family: "Arial Narrow";
	text-align: justify;
	font-size: 14px;
	color: #017DC3;
}

.tableStyle tr td {
	/*font-size: x-large;*/
	font-size: 14px;
	font-family: "Arial Narrow";
	color: #017DC3;
}

.courses-table td, .courses-table td a, .courses-table td a:hover
{
    color:#3D3D3D !important;
}

.table-title, .table-title strong,
{
    color:#007DC6 !important;
    font-size:16px !important
}
