/*
 *	CSS for PGDE site
 */
body,h1,h2,h3,p,quote,small,form,input,label{
	/* Simple page reset Download by http://sc.xueit.com*/
	margin:0px;
	padding:0px;
}
body,td,th {
	font-size: 13px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	/*font-size: 12px;*/
	line-height: 22px;
	color: #707070;
	text-decoration: none;

}
a:visited {
	/*font-size: 12px;*/
	line-height: 22px;
	color: #707070;
	text-decoration: none;
}
a:hover {
	/*font-size: 12px;*/
	line-height: 22px;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	/*font-size: 12px;*/
	line-height: 22px;
	color: #707070;
	text-decoration: none;
}
a img { border:0px; }
.blue, a.blue, a:link.blue a:visited.blue { color: blue; }
p {
	text-align: justify;
	margin-bottom: 0.75em;
}
h1 { font-size:1.3em; }
h2 { font-size:1.1em; }
h3 { font-size: 1em; margin-top:1.3em; }

/*li{
	list-style:none;
	text-align:left;
}
*/

/*** CSS CLASSES ***/
.nav_menu{
	position:absolute;
	overflow: visible;
	visibility: visible;
	z-index: 9999;
}
.nav_banner{
	position:relative; z-index:5; height: 392px;
}

.top{ height:23px; margin-left:600px;}
.title{border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; height:25px;padding-top:12px;}

.a{ padding-left:23px; text-align:left} /* faq page */
.d{font-weight:bold; line-height:40px; font-size:25px; padding-top:10px;} /* faq page */
/* .e heading1 was: font-size:17px */
.e{font-weight:bold; line-height:40px; font-size:1.3em; padding-top:10px; color:#000}
.e a{font-weight:bold; line-height:40px; font-size:1.3em; padding-top:10px; color:#000}
.k td{ border-bottom:1px solid #aaa;border-right:1px solid #aaa;}
.k a{ color:#333;}
.k a:hover /* class="k" for tables */
/*{color:#333;text-decoration: none;}*/
{color:#333; text-decoration: underline;}
.b a{ color:#000} /* class="b" for sitemap page */
.b a:hover{ color:#FF6600;	text-decoration: none;}
.p a{ color:#000099}
.p1 a{
	color:#333;
	text-decoration: none;
}
.p1 a:hover{
	color:#FF6600;
	text-decoration: none;
}
.admission_programme {
font: Tahoma, Geneva, sans-serif;
color: #E17100;
font-size:1.1em;
font-weight:500;
letter-spacing: 2px;
	}
#footer td {
	color: rgb(145, 143, 143);
	font-size: 12px;
	border-top: 2px solid rgb(204, 204, 204);
}