/* <------- Digitise Default Styles v1.0 STARTS -------> */

body {
	padding: 	0;
	margin: 		0;
}
img {
	padding: 	0;
	margin: 		0;
	border: 		none;
}
a {
	color:		#005b70;
}
a:hover {
	color:		#14b3c6;
}

/* Default Text Fonts for text INSIDE form fields of <input>, <select> and <textarea> */
input, select, textarea {
	font-size: 		12px;
	font-family: 	MS Sans Serif, Arial, Verdana;
}

/* 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;
	font-size: 		12px;
}

.pagetitle {
	background:		url(../images/pagetitlebg.gif) no-repeat; 
	font-size: 		18px;
	font-family: 	Times New Roman, Times, serif;
	color: 			#ffffff;
}

/* Default Footer Styles STARTS */
.footer {
	color:		#7c7c7c;
	font-size:	11px;
}
.footer a {
	color:		#7c7c7c;
}
.footer a:hover {
	color:		#85cccc;
}

.address {
	color:		#000000;
	font-size:	11px;
}

.address a {
	color:		#05808f;
}

.address a:hover {
	color:		#0d9aab;
}
	
/* Default Footer Styles ENDS */

/* <------- Digitise Default Styles v1.0 ENDS -------> */
