/***** Standard styles *****/
body
{
	color: Black;
	background-color: #E8E6D9;
	font-family: Arial, Helvetica, Sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a
{
	color: #7f7f7f;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
}
p
{
	font-size: small;
	margin-top: 0px;
	text-align: left;
}
h1
{
	color: #838383;
	font-size: 200%;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 7px;
}

h2
{
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


/*h2
{
	color: #838383;
	font-size: 150%; 
	font-weight: lighter;
	margin-bottom: 2px;
}*/
h3
{
	font-size: 120%;
	font-weight: bold;
}
table
{
	border-style: none;				
}
table td
{
	border-style: none;
	font-size: small;
}



/***** Specific styles *****/
.warning
{
	color: Red;
	font-weight: bold;
}
.fieldlabel
{
	font-size: 85%;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
.newsdate
{
	color: #848484;
	font-size: 80%;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
p.footer
{
	color: #7f7f7f;
	text-align: center;
	font-size: 85%;
}
a.footer
{
	color: #7f7f7f;
	font-weight: normal;
}
a.news
{
	font-weight: normal;
	color: black;
}

/***** Master page shadow *****/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
} 
.wrap1
{
	float:left;
	background:url(../../Common/MasterPages/master-shadow.gif) right bottom no-repeat;
}
.wrap2
{
	background:url(../../Common/MasterPages/master-shadow-lb-corner.gif) left bottom no-repeat;
}
.wrap3
{
	padding:0 8px 8px 0;
	background:url(../../Common/MasterPages/master-shadow-ru-corner.gif) right top no-repeat;
}
.wrap3 img
{
	display:block;
}
