* {
	font-family: Arial;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;	
}

* html input { overflow: visible; }

html {}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
	color: #4c4c4c;
	background:#FFF url(bg.gif) repeat-y center;
}

body.print {
		padding: 30px;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -0.5px;	
	color: #000000;
	margin: 10px 0px 15px 0px;
}

h1.blog {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -0.5px;	
	color: #000000;
	margin: 5px 0px 15px 0px;
}

h2 {
	font-size: 18px;	
	
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.5px;	
	margin: 0px 0px 10px 0px;
}

h2.resume {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: normal;
	color: #4c4c4c;
	margin: 0px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h6 {font-size:1.1em; color:#fff;}
p {	margin: 0px;font-size:1.1em;}
p a{/* color:#000 !important;font-weight:bold;*/}

br { }
hr {
	height: 1px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #004a8f;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul {
	margin-top: 10px;
	list-style-type: square;
}