body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: large;
}
h2 {
	color: #FF9900;
	font-size: large;
}
h3 {
	font-size: medium;
}
.fit4funding {
	color: #000099;
	font-weight: bold;
}
.four {
	color: #FF9900;
	font-weight: bold;
}
thead {
	display: table-header-group;
} 
tfoot {
	display: table-footer-group;
}
.header {
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	padding-bottom: 10px;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC99;
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	line-height: 140%;
}
.xx-small {
	font-size: xx-small;
}
hr {
	height: 2px;
	color: #FFCC99;
}
.wholepage {
	vertical-align: top;
	/*border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;*/
}
.left {
	text-align: left;
}
/*.t {background: url("/assets/images/corners/home/dot.gif") 100% 0 repeat-x;}
.b {background: url("/assets/images/corners/home/dot.gif") 0 100% repeat-x;}
.l {background: url("/assets/images/corners/home/dot.gif") 0 100% repeat-y;}
.r {background: url("/assets/images/corners/home/dot.gif") 100% 0 repeat-y;}
.bl {background: url("/assets/images/corners/home/bl.gif") 0 100% no-repeat;}
.br {background: url("/assets/images/corners/home/br.gif") 100% 100% no-repeat;}
.tl {background: url("/assets/images/corners/home/tl.gif") 0 0 no-repeat;}
.tr {background: url("/assets/images/corners/home/tr.gif") 100% 0 no-repeat; padding-left:20px;padding-right:20px;}*/
.indent {
	margin-right: 50px;
	margin-left: 10px;
}
.gold {
	background-color: #CCCC99;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	text-align: right;
	padding-right: 20px;
}
.goldtl {
	background-color: #CCCC99;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	text-align: right;
	padding-right: 20px;
	background-image: url(/assets/images/training_programme/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.goldtr {
	background-color: #CCCC99;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	text-align: right;
	padding-right: 20px;
	background-image: url(/assets/images/training_programme/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.goldbl {
	background-color: #CCCC99;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	text-align: right;
	padding-right: 20px;
	background-image: url(/assets/images/training_programme/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.goldbr {
	background-color: #CCCC99;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	text-align: right;
	padding-right: 20px;
	background-image: url(/assets/images/training_programme/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blue {
	color: #FFCC33;
	background-color: #000099;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.orange {
	color: #FFFFFF;
	background-color: #FF9933;
	font-size: 400%;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.white {
	color: #FFFFFF;
}
p {
	text-align: left;
}
.box {
	border: 1px solid #FF9900;
	padding-right: 20px;
	padding-left: 20px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.new, td.new
{
	border: solid #FF9900;
}

table.new
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.new
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}
.myaddress {
	border-bottom: 1px dashed #000000;
	margin: 0px;
	padding: 0px;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
.normal {
	font-size: small;
	font-weight: normal;
	color: #000000;
}

