.border {
	border: 1px solid #dadada;
}
grid {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: dadada;
	border-right-color: dadada;
	border-bottom-color: dadada;
	border-left-color: dadada;
}
.lines {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.top_left {
	border: 1px solid #CCC;
}
.textthin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #999;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.textpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F5F7A;
	font-weight: lighter;
	line-height: normal;
}

.lines_top_ {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: lighter;
	line-height: 1.5;
	text-align: justify;
}
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Arial;
width: 205px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #fff;
border-right: 0px solid #fff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #802218; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}
.quotes {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #537230;
}

