.default {
	font-family: Arial;
	font-size: 12px;
}

.caption {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.image {
	margin: 3px;
}

.title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.search {
	font-size: 10px;
	text-align: center;
}

div.title1 {
	background: #999999;
	font-weight: bold;
	padding-left: 3px;
}

div.left_menu { 
	position: absolute;
	width: 150px;
	
	top: 50px;
	left: 5px;
	background: #CCCCCC;
	padding: 3px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF; 
} 

div.header {
	position: absolute;
	width: 770px;
	height: 30px;
	top: 5px;
	left: 5px;
	background: #CCCCCC;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.footer {
	font-size: 10px;
	text-align: center;
	position: relative;
	width: 770px;
	height: 20px;
	top: 5px;
	
	background: #CCCCCC;
	padding: 3x;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.content {
	position: absolute;
	width: 605px;
	top: 50px;
	left: 170px;
	background: #CCCCCC;
	padding: 3px;	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.content2 {
	position: absolute;
	width: 760px;
	top: 50px;
	left: 5px;
	background: #CCCCCC;
	padding: 3px;	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

A:link { color: #000000; text-decoration: none;}
A:visited { color: #000000; text-decoration: none;}
A:action { color: #000000; text-decoration: underline;}
A:hover { color: #000000; text-decoration: underline;}

BODY { 
	height: 100%
}

input {
	font-family: Arial;
	font-size: 10px;
}

select {
	font-family: Arial;
	font-size: 10px;
}

textarea {
	font-family: Arial;
	font-size: 10px;
}