/* elements */

body {		
	text-align:center;
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	font-color: #747371;
	background-color:#ececec;
}

blockquote { 
	padding-right:40px;
	border-left:1px solid;
	border-color:#cccccc;
}
form {
	margin:0;
	padding:0;
}
img {	
	border: 0;
}
input {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	margin:0px;
}
li, ul {
	list-style-type: disc;
}
p, pre { 
	margin:0;
	padding: 0;
	word-wrap: break-word;
}
code { 	
	font-family:  verdana, arial, sans-serif; 
	background-color:#ececec;
	line-height: 11px;
	font-size: 11px;
	margin:0;
}
select {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}
table,td,th {
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	border : 0px;
}
textarea {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

hr {	
	color: #999999;
	height:1px;
	width:100%;
	border:1px dotted;
	margin: 5px;
	padding: 0;
}
	
/* classes */

.title {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
a.title:link {
	font-family: Verdana;
	font-size: 12px;
	color: #FF8D00;
	text-decoration: none;
}
a.title:active {
	font-family: Verdana;
	font-size: 12px;
	color: #FF8D00;
	text-decoration: none;
}
a.title:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FF8D00;
	text-decoration: none;
}
a.title:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.head1 { 
	font-size: 11px;
	padding: 0 0 5px 0;
}
.head2 { 
	font-weight:bold;
	font-size: 13px;
}
.post {	
	font-size: 11px;
	padding: 5px 0 5px 0;
}

img.imgBorder  {
	border:1px solid;
	padding:5px;
	border-color: #cccccc;
	margin: 5px;
}
.input1 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 90px;
}
.input3 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.login {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 95px;
}
.txt {
  font-family:  verdana, arial, sans-serif;
  font-size : 11px;
  color : #000;
  line-height : 11px;
}
.txtcenter {
	text-align: center;
}
.txtform {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.txtright {
	text-align: right;
}
.txtsmall {
  font-family:  verdana, arial, sans-serif;
  font-size : 9.50px;
  color : #000;
  line-height : 11px;
  background-color : transparent;
}
a {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}

.calBdr {
	margin:5px;
}
.cal_title {
	height:20px;
	text-align: center;
	background-color:#fff;
}
.cal_day_head{
	width: 15px;
	text-align: center;
	background-color:#fff;
}
.cal_day {
	text-align: center;
	background-color:#fff;
}
.cal_day_current {
	text-align: center;
	background-color:#dcdcdc;
}

/* id */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	border:1px dotted;
	border-color: #999999;
	background-color: #fff;
}

#contentcenter {
	width:627px;
	padding:10px 10px 10px;
	float:left;
	background-color:#fff;
	margin-bottom:0;
	border:0;
}

#contentright {
	width: 115px;
	margin-bottom: 5px;
	float:right;
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentheader {
	padding: 5px;
	background-color: #ececec;
	border:0;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #999999;
}

#contentfooter {
	clear: both;
	overflow:hidden;
	width: 750px;
	height:15px;
	padding: 5px;
	background-color:#fff;
	border:0;
	border-top: 1px;
	border-style: dotted;
	border-color: #999999;
}
#divleft {
	text-align:left;
	width: 700px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#divright {	
	text-align:right;
	width: 5px;
	float:right;
}
.posted {
	font-size: 11px;
	padding: 5px 0 5px 0;
	font-color: #990000;
}

