/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 georgia, 'times new roman', times, serif;
	background-image:url(../images/bg01.jpg);
}
body {
	 background-image:url(../images/bg01.jpg);
}
h1 {
	font-weight: normal;
	color: #2c2c2c;
	font: 2.9em/1.2 georgia, 'times new roman', times, serif;
	margin: 0.2em 0 0.3em 0;
}

h2 {
	font-weight: normal;
	color: #2c2c2c;
	font: 2.4em/1.2 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;	
}
h2 a{
	color: #2c2c2c;
	text-decoration:none;
}
h2 a:hover{
	color: #2c2c2c;
	text-decoration:underline;
}
h3 {
	font-weight: normal;
	color: #2c2c2c;
	font: 1.8em/1.2 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;	
}
p {
	font-weight: normal;
	color: #2c2c2c;
	font: 1.42em/1.3 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;	
}

ul {
	font-weight: normal;
	color: #2c2c2c;
	font: 1.42em/1.3 georgia, 'times new roman', times, serif;
	margin: 0.8em 1em;
	list-style-type: none;
}
ol {
	margin-left: 1.4em;
}

a{
	color: #2c2c2c;
	text-decoration:none;
}
 a:hover{
	color: #2c2c2c;
	text-decoration:underline;
}

.floatRight{
	float:right;
}	

.floatLeft{
	float:Left;
}

.clearRight{
	clear:right;
}	

.clearLeft{
	clear:Left;
}