/* CSS Document */
BODY {
	color: Black;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	line-height:1.5;
}

.Management {
	color: #a08e4f;
	font-family: Arial;
	font-size: 14px;
}

.products {
	color: #a08e4f;
	font-family: Arial;
	font-size: 12px;
}


.NewsDate {
	font-family: Arial;
	font-size: 11px;
	
}

.TDBottom {
	color: #666666;
	background-color: White;
	font-family: Arial;
	font-size: 11px;
	
}

.TDHeading 
{
	height:25px;
	font-family: Arial;
	font-size: 14px;
	line-height:1.5;
}
a.TDHeading:Link
{
	font-family: Arial;
	font-size: 14px;
	text-decoration:none;
}

a.TDHeading:Visited
{
	font-family: Arial;
	font-size: 14px;
	text-decoration:none;
}

a.TDHeading:Hover
{
	font-family: Arial;
	font-size: 14px;
	text-decoration : underline;
}

.Message {
	color: Red;
	font-family: Arial;
	font-size: 12px;
	line-height:1.5;
}
.MessageBlack {
	color: Black;
	font-family: Arial;
	font-size: 12px;
	line-height:1.5;
}
.Heading1
{
	font-family: Arial;
	font-size: 12px;
	color: #c4ac56;
	height: 20px;
	text-decoration:none;
}



a.Heading1:Link
{
	font-family: Arial;
	font-size: 12px;
	color: #c4ac56;
	height: 20px;
	text-decoration:none;
}

a.Heading1:Visited
{
	font-family: Arial;
	font-size: 12px;
	color: #c4ac56;
	height: 20px;
	text-decoration:none;
}

a.Heading1:Hover
{
	font-family: Arial;
	font-size: 12px;
	color: #c4ac56;
	height: 20px;
	text-decoration : underline;
}
.HeadingLarge
{
	color: #c4ac56;
	height: 20px;
	font-size: 14px
}

NPUT {
	font-family: Arial;
	font-size: 12px;	 
}
SELECT {
	font-family: Arial;
	font-size: 12px; 
	
}
TEXTAREA {
	font-family: Arial;
	font-size: 12px; 
}

test
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	
}

InsideLinks
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration:none;
}



a.InsideLinks:Link
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration:underline;
}

a.InsideLinks:Visited
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration:underline;
}

a.InsideLinks:Hover
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration : underline;
}


a.footer:link
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
}
a.footer:visited  {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
}
a.footer:hover {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	text-decoration : underline;
}


a:link
{
color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}
a:visited  {
color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}
a:hover {
color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}


a.links:link
{
color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration:underline;
}
a.links:visited  {
	color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration : underline;
}
a.links:hover {
	color: #008AC8;
	font-family: Arial;
	font-size: 12px;
	text-decoration : underline;
}

.popupbg {
	background-color:White; 
	filter: alpha(opacity=60); 
	opacity:0.60
}

.hidelbl {
	display:none;
}
.popupdiv {
	background-color:White;
	border:solid 1px #C7BA51;
	width:512px;
	display:block
}
.errordlgheader
{
    border: 1px solid White;
    color: White;
    background-color: #C7BA51;
	font-family: Arial;
	font-size: 12px;
    padding: 4px;
    margin-top: 4px;
    cursor: pointer;
}