/*
This is the css that is used for admin too 
*/

body, td, p {
	font-family: Arial, verdana, san-serif;
	font-size: 13px;
	line-height: 1.5;
	color:#000000;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color:#130d57;
	}
	
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color:#130d57;
	line-height: 30px;
	}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#130d57;
	}