body
{
	font-size: 10pt;
	font-family: Trebuchet MS;
}

.ButtonAdmin
{
	font-size: 8pt; 
	font-family: Trebuchet MS; 
	font-weight: bold;
}

.ButtonAccess
{
	cursor: default;
}

TD
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.treenode
{
	font-size: 10pt;
	font-family: Trebuchet MS;
}

A:link, A:visited, A:active 
{
	color: #003673; 
}

.ValidationError
{
	font-size: 10pt;
	color: #d0001c;
}

.ApplicationError
{
	font-size: 10pt;
	color: #d0001c;
}

P
{
	margin-top: 0px;
	font-size: 10pt;
}

H1
{
	font-family: Trebuchet MS;
	color: #0076a3;
	font-size: 18pt;
}

div.Separator
{
	height: 25px;
	margin-top: 15px; 
	background-image: url(/artwork/sepbar.gif);
	background-repeat: no-repeat;
}

div.Copyright
{
	width: 500px;
	text-align: center;
	font-style: italic;
}

div.Entry 
{
	font-size: 10pt; 
	font-family: Trebuchet MS;
}

#Entrys h3
{
	margin-top: 10px;
}

#Entrys h3 a
{
	text-decoration: none;
/*	border-bottom: dashed 1px white;
*/
}

#Entrys .UnPublished
{
	color: #ff0000;
}

#Entrys .Published
{
	color: #ffffff;
}

#Entrys .Timestamp 
{
	font-size: 8pt; 
	font-family: Trebuchet MS; 
	font-weight: bold;
}

#Entrys .Author 
{
	font-weight: normal;
	font-size: 8pt; 
	font-family: Trebuchet MS; 
	font-style: italic;
}

#Entrys .Links
{
	font-size: 8pt; 
	font-family: Trebuchet MS; 
	font-weight: normal; 
}

H2
{
	color: #333;
	font-size: 12pt;
	margin-bottom: 0px;
}

H3
{
	font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 14pt;
	margin-bottom: 0px;
}

.ButtonDefault
{
	background-color: #d0001c;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	cursor: hand;
}

.Button
{
	font-weight: bold;
	margin-right: 10px;
	cursor: hand;
}

.Field
{
	background-color: #ffffcc;
	border: solid 2px black;
}

.FieldError
{
	background-color: #ccffcc;
	border: solid 2px black;
}

.FieldReadOnly
{
	background-color: #ffffff;
	border: solid 2px black;
}

.FieldRequired
{
	background-color: #ffdddd;
	border: solid 2px black;
}

.Label
{
	font-size: 10pt;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
	height: 25px;
}

.LabelRequired
{
	font-size: 10pt;
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
	height: 25px;
}

.Data
{
	font-size: 10pt;
	color: #0000ff;
	text-align: left;
	vertical-align: top;
}

