a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}

a:active
{
	color:#0033FF;
	text-decoration: none;
}


/***************************** body *****************************/


body {
	background-color: #C7C8CA;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	margin:15px;
	background-image: url(images/back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

body, p, ul, ol, .table {
	font-family: Tahoma;
	font-size: x-small;
	line-height: 150%;
	color: #000000;
}

ul, ol {
	margin-left:30px;
	padding-left:0px;
}

/***************************** headings *****************************/

h1,h2,h3,h4,h5,h6 {
	color: #0070AF;
}

h1 {
	font-size: large;
	border-bottom: thin solid #0070AF;
	padding-left: 30px;
	background-image: url(images/ITis-Logo-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 60%;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
h4, .heading-sub {
	font-size: x-small;
}
h5 {
	font-size: xx-small;
}


.firstPara {
	margin: 0 20 0 20;
	border-bottom: solid #0070AF 1;
	padding-bottom: 3%;
	font-weight:bold;
	color: #0070AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.date {
	font-size: 8pt;
	color: #999999;
	text-align: right;
}
