/*
	Copyright Bellamy Software (r)
	http://www.bellamysoftware.com
*/
body, td, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em
}
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}

/*
h1, h2, h3, h4 {
	color: #444444;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}
*/

img {
	border: 0px;
}

ul {
	margin-top: 3px;
}

p {
	margin-bottom: 0px;
	margin-top: 0px; 
}
/* Commons */

.center {
	text-align: center;	
}

