
a {
	text-decoration: none;
	font-weight: bold;
}
hr {
	border: none 0;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
a:link {}
a:visited {}
a:active {}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

h2 a{
	font-size: 14px; 
}
#content {
	float: left;
	width: 100%;
}

#menu {
	margin-left: 15px;
}

#blogText {
	padding-left: 15px;
	padding-right: 15px;
}

.section,.comments {
	margin-bottom: 1.3em;
}
h2 { 
	font-size: 12px; 
	font-weight: bold;
	color: #999; 
	margin: 0 0 0.5em 0;
}
.section h2 { 
	background: none;
	padding: 0;
}
.plink,.invite {
	background: url(/blog/images/wee-perm.gif) no-repeat left bottom;
	padding: 1px 0 1px 18px;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
}
.plink {
	margin: 0 10px 0 0;
}
.invite {
	background: url(/blog/images/wee-com.gif) no-repeat;
	margin: -1.3em 0 0 0;
	padding: 0 0 1px 18px;
}
.error {
	color:red;
}
.body, td, input, select, p, div {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	margin-left: 10px;
}

.byline { 
	margin-top: 10px;
	margin-left: 10px;
}

.menuTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 5px;
}

.rightMenu {
	border:1px solid #ffffff;
}
.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.calendar_table, .calendar_table a {
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendar_today {
	background-color: #cbcbcb;
}

.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
/*	text-align: center;*/
	padding: 2px;
	line-height: 14px;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
}

.date {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.code {
	font-family: courier;
	font-size: 11px;
	border: solid thin #0000cc;
	background-color: #ffffcc;
}