﻿@font-face {
	font-family: "Open Sans";
	src: http: //www.arts-psychotherapy.org.uk/fonts(OpenSans-Regular.ttf);
}

@font-face {
	font-family: "Open Sans";
	src: http: //www.arts-psychotherapy.org.uk/fonts(OpenSans-Bold.ttf);
		font-weight: bold;
}

@font-face {
	font-family: "Open Sans";
	src: http: //www.arts-psychotherapy.org.uk/fonts(OpenSans-Italic.ttf);
		font-style: italic;
}


a {
	color: white;
	text-decoration: none;
}

a:visited {
	color: rgb(127, 127, 127);
}

a:active {
	color: #66cc00;
}

a:hover {
	color: #66cc00;
}

.menu a:link {
	color: white;
	text-decoration: none
}



.blue-bg {
	background-color: #b9c8ff;
}

body {
	margin: 0;

}

.cell-line {
	border-bottom: thin;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	text-align: right;

}

.cell-c-align {
	text-align: center;

}

.cell-grey {
	text-align: center;
	background-color: #999999;
	vertical-align: top;
}

.cell-active {
	background-image: url('images/tab-active.jpg');
	text-align: center;
	vertical-align: middle;
	font-family: "Open Sans", Calibri, "Trebuchet MS", sans-serif;
	font-size: 11pt;
	text-align: center;
	width: 120px;
	height: 43px;
	color: #66cc00;
	font-weight: 600;

}

.cell-inactive {
	background-image: url('images/tab-inactive.jpg');
	text-align: center;
	vertical-align: middle;
	font-family: "Open Sans", Calibri, "Trebuchet MS", sans-serif;
	font-size: 11pt;
	text-align: center;
	width: 120px;
	height: 43px;
}

.cell-r-align {
	text-align: right;
}

.ioc {
	font-size: 9pt;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;

}

.maroon {
	color: maroon;
}

.nodec {
	text-decoration: none;
}



.noborder {
	border-width: 0px;
}

p {
	font-family: "Open Sans", Calibri, "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 11pt;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;

}