body
{
	font-size: 12px;
	margin: 0px;
	font-family: Verdana, Tahoma;
}
		
A:link
{
	color: mediumblue;
	text-decoration: none;
}
A
{
	color: mediumblue;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: underline;
}

.standard
{
	border-left: none;
	border-top-style: none;
	border-bottom: black 1px dotted;
	border-right-style: none;
	background-color: white;
	width:100%;
}

.standardRight
{
	border-left: none;
	border-top-style: none;
	border-bottom: none;
	border-right-style: none;
	background-color: white;
	width:100%;
}

A.stdLink
{
	color:Black;
	text-decoration:none;
	font-size: 12px;
}

A.stdLink:hover
{
	color:Black;
	text-decoration:underline;	
}

A.stdLink:active
{
	color:Black;
	text-decoration:none;	
	font-size: 12px;
}

.small
{
	font-size: 12px;
	margin: 0px;
	font-family: Verdana, Tahoma;
}
H1
{
	font: verdana, arial, helvetica, sans-serif;
}
.itemTitle
{	
	color: black;
}

TABLE.header
{
	border-left: black 1px solid;
	width: 100%;
	border-top-style: none;
	border-bottom: black 1px solid;
	border-right-style: none;
	background-color: gold;
}

TABLE.weblogItem
{
	border : 1;
	font-size: 12px;
}

TABLE.weblogDayItem
{
	font-size: 12px;
}
TD.weblogDate
{
	border-bottom: black 1px solid;
	font-size: 12px;
}

.webLogItemTitle
{

}

TABLE.main
{
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	border-bottom: dotted 1px black;	
}

TABLE.leftmain
{
	margin-top: 100px;
	border-left: dotted 1px black;
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;	
}

TABLE.rightmain
{
	margin-top: 150px;
	border-right: dotted 1px black;
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;	
}

TD.weblogHeader
{
	border-bottom: black 1px solid;
}

div.date
{
	border-bottom: solid 1px black;	
}

A.header
{
	color:White;
	text-decoration:none;
}

A.header:hover
{
	color:White;
	text-decoration:underline;	
}

A.header:active
{
	color:White;
	text-decoration:none;	
}

TABLE
{
	font-family: Verdana, Tahoma;	
	font-size: 12px;
}

P.weblogItemText
{
	text-align: justify;
	font-size: 12px;
}
