/* <------- Print CSS STARTS -------> */
/* <------- This Will Align Main Table To The Left For Print-------> */
#print {
	margin-left: 0;
	margin-right: auto;
}
#forprint {
	display: none;
}
//* <------- Screen, Projection CSS STARTS -------> */

/* <------- Digitise Default Styles v1.0 STARTS -------> */
body {
	padding: 0;
	margin: 0;
	background-color: #447521;
}
p {
	margin:0;
	padding:0;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
a {
	color: #3f99a6;
	text-decoration: none;
}
a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}
h1 {
	color: #3f99a6;
	font-size: 16px; 
	font-family:  Arial, Helvetica, MS Sans Serif, Verdana, sans-serif; 
	margin: 0 0 10px 0;
}
h2 {
	color: #3f99a6;
	font-size: 14px; 
	font-family:  Arial, Helvetica, MS Sans Serif, Verdana, sans-serif; 
	margin: 0;
}

/* Default Text Fonts for text INSIDE form fields of <input>, <select> and <textarea> */
input, select, textarea {
	font-size: 12px;
	font-family: MS Sans Serif, Verdana, sans-serif;
}

/* Default Text Fonts that come under the <body>, <div>, <table> and <td> tags */
body, div, table, td {
	font-family: Arial, Verdana, Helvetica, MS Sans Serif, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

/* Default Footer Styles STARTS */
.footer {
	font-family:  Arial, Verdana, Helvetica, MS Sans Serif, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.footer a{
	color: #3f99a6;
}
.footer a:hover{
	color: #5e5e5e;
}

hr {
	width: 100%;
	color: #5e5e5e;
}

/* Default Footer Styles ENDS */

/* <------- Digitise Default Styles v1.0 ENDS -------> */

/* <------- Site Map Styles STARTS -------> */
.SiteMap {
	margin-top: 4px;
	margin-bottom: 10px;
}
.SiteMap li {
	list-style-image: url(../images/li-bullet.gif);
}
.SiteMapParent {
	font-weight: bold;
}
.SiteMapChild {
	font-size: 11px;
}
.SiteBg {
	background: url(../images/sitemap-sep.gif) repeat-y top center;
}
/* <------- Site Map Styles ENDS -------> */

.x-dot { 
	background: url(../images/x-dot.gif) repeat-x top left;
}
.bottom-menu {
	font-family:  Arial, Helvetica, MS Sans Serif, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
}
.bottom-menu  a{
	color: #ffffff;
}
.bottom-menu  a:hover{
	color: #e4ebeb;
}