/* CSS Document */

/***** Global Settings *****/

body {
	font:78.5% Arial, Helvetica, sans-serif;
	color:#333;
}

/***** Headings *****/
h1 {
	/*	letter-spacing:1px;*/
	font-size:1.7em;
	margin-bottom: 10px;
}
h2 {
	/*	letter-spacing:-1px;*/
	font-size:1.5em;
	font-weight:normal;
	color: #4c4c4c;
	padding-bottom:6px;
}


h3 {
	padding-bottom:8px;
	font-size:1em;
	font-weight:bold;
	color:#00608f;
}

h4 {
	/*	letter-spacing:-1px;*/
	font-size:2em;
	font-weight:bold;
	color: #4c4c4c;
	padding-bottom:6px;
}


/***** Common Formatting *****/

div, td  {
	font-size:1em;
	color:#333;
}
p {
	font-size:1em;
	color:#333;
	margin:2px 0;
	line-height:16px;
}
/***** Links *****/
a, a:link, a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #868787;
}
/***** Forms *****/
  
form {
	display:inline;
}
input, select, textarea {
	font-size:1em;
	color:#333;
	border: 1px solid #ccc;
	height:15px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
	height:60px;
}
label {
	cursor:pointer;
}
/***** Global Classes *****/

.clean {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.floatFix {
	clear: both;
}
.text_center {
text-align:center;}
.text_right {
text-align:right;}
.text_left {
text-align:left;}

.italic {
font-style:italic;}

