/* elements */

body {		
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	//background:#ffffff url(bg.gif);
	//background-color:#ffffff;
	//color: #000000
}
form {
	margin:0;
	padding:0;
}
img {	
	border: 0;
}
input {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	margin:0px;
}
li, ul {
	list-style-type: disc;
}
p, pre { 
	font-size: 10px;
	margin:0;
	padding: 5px;
}
code { 	
	font-family: verdana, arial, sans-serif; 
	background-color:transparent;
	line-height: 12px;
	font-size: 10px;
	margin:0;
}
select {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
}
table,td,th {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	border : 0px;
}
textarea {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
}

hr {	
	//color: #000000;
	height:1px;
	width:97%;
	border:1px dotted;
	margin-left:5px;
	margin-right:5px;
	padding:0;
}
	
/* classes */

.head1 {
	font-size: 12px;
}
.head2 {
	font-weight:bold;
	font-size: 12px;
}
.post {
	font-size: 10px;
}
img.imgBorder  {
	border:1px solid;
	padding:5px;
	border-color: #cccccc;
	margin: 5px;
}
.input1 {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	width: 110px;
}
.input3 {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	width: 130px;
}
.login {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	width: 95px;
}
.listcirc {
	list-style-type: circle;
	line-height: 12px;
	padding: 0;
}
.txt {
  font-family: verdana, arial, sans-serif;
  font-size : 10px;
  //color : #000;
  line-height : 12px;
}
.txtcenter {
	text-align: center;
}
.txtform {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	width: 130px;
}
.txtright {
	text-align: right;
}
.txtsmall {
  font-family: verdana, arial, sans-serif;
  font-size : 9.50px;
  //color : #000000;
  line-height : 12px;
  background-color : transparent;
}
a {
  //color : #000000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:hover {
  //color : #000000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited {
  //color : #000000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited:hover {
  //color : #000000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}

.calBdr {
	margin:5px;
}
.cal_title {
	height:20px;
	text-align: center;
	background-color:transparent;
}
.cal_day_head{
	width: 15px;
	text-align: center;
	background-color:transparent;
}
.cal_day {
	text-align: center;
	background-color:transparent;
}
.cal_day_current {
	text-align: center;
	background-color:transparent;
}

/* id */

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
	border:1px dotted;
	border-color: #999999;
	background-color:transparent;
}

#contentcenter {
	width:600px;
	padding:5px;
	float:left;
	background-color:transparent;
	margin-bottom:auto;
	border:0;
	text-align: left;
}

#contentright {
	width:190px;
	padding:0;
	margin:0;
	float:left;
}

#contentheader {
	background-color:transparent;
	border:0;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #999999;
}

#contentfooter {
	clear: both;
	height:23px;
	background-color:transparent;
	border:0;
	border-top: 1px;
	border-style: dotted;
	border-color: #999999;
}
#divleft {	
	text-align:left;
	width: 150px;
	float:left;
}
#divright {	
	text-align:right;
	width: 150px;
	float:right;
}
	