body {
	font-family : Verdana, Arial, Sans-serif;
	color : #4D4D4D;
	font-size : 12;
	background-color : #FFFFFF;
	margin : 0;
	text-align : left;
}

img {
	border : 0;
}

A:link, A:visited {
	text-decoration : none;
	color : #2516E4;
}

A:hover {
	text-decoration : none;
	color : #E41625;
}

.page {
	width : auto;
}

.subtitle {
	font-family: Verdana, Arial, Sans-serif;
	color: #4D4D4D;
	font-size: 18;
	font-weight: bold;
}

.lcorner {
	position : absolute;
	top : 0;
	left : 0;
	width : 150;
	height : 86;
	background-image : url(images/corner.png);
	background-repeat : repeat-x;
}

.rcorner {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 86;
	background-image: url(images/home.png);
	background-position : right;
	background-repeat : no-repeat;
	text-align : right;
}

.top {
	position : relative;
	left : 150;
	top : 0;
	width : auto;
	height : 86;
	background-image : url(images/top.png);
	background-repeat : repeat-x;
}

.menu {
	z-index : 1;
	position:absolute;
	top : 93;
	width: 150;
	height: 316;
	padding : 80 0 0 0;
	background-image : url(images/menu.png);
	background-repeat : no-repeat;
	text-align : center;
}

.logo {
	position:absolute;
	top : 350;
	left : 0;
	width: 155;
	height: 100;
	padding : 0 0 0 0;
	text-align : center;
}

.menu A:link, .menu A:visited  {
	color : #4D4D4D;
	width: 116;
	height: 20;
	font-size : 16;
	font-family : BankGothic MD BT, Verdana;
}

.menu A:hover {
	color: #FFFFFF;
	background-color: #8595BB;
}

.footer {
	font-size : 10;
	text-align : center;
	vertical-align : top;
}

.main {
	position : absolute;
	top : 86;
	left : 0;
	width : auto;
	font-family : Verdana, Arial;
	color: #4D4D4D;
	padding-left : 200;
	padding-right : 50;
	padding-top : 34;
	background-image : url(images/side.png);
	background-position : 0% 0%;
	background-repeat : no-repeat;
}

.h0 {
	color : #FFFFFF;
	background-color : #8595BB;
	font-weight : bold;
	font-size : 14;
	padding : 2;
	text-align: center;
}

.h1 {
	color : #FFFFFF;
	background-color : #8595BB;
	font-weight : bold;
	font-size : 12;
	padding : 2;
}

.h {
	color : #FFFFFF;
	background-color : #000000;
	font-weight : bold;
	font-size : 12;
	padding : 2;
}

.t1 {
	font-size : 12;
}

.complete {
	color: #FFFFFF;
	font-size : 12;
	font-weight: bold;
	background-color: #33CF58;
	text-align: center;
}

.pending {
	color: #FFFFFF;
	font-size : 12;
	font-weight: bold;
	background-color: #F0DA55;
	text-align: center;
}

.notstarted {
	color: #FFFFFF;
	font-size : 12;
	font-weight: bold;
	background-color: #C06060;
	text-align: center;
}

