A:link
{
/*	font-weight: bold;*/
	font-size: 8.5pt;
	color: mediumblue;
	font-family: Arial;
	text-decoration:none;
}	

A:visited
{
	/*	font-weight: bold;*/
	font-size: 8.5pt;
	color: mediumblue;
	font-family: Arial;
	text-decoration: none;
}	
			
A:hover
{
	/*	font-weight: bold;*/
	font-size: 8.5pt;
	color: dodgerblue;
	font-family: Arial;
	text-decoration: underline;
}

p
{
    font-size: 8.5pt;
    color: darkslateblue;
    font-family: Arial;
}

body
{
    font-size: 8.5pt;
    color: darkslateblue;
    font-family: Arial;
    margin: 0px;
}

.dataentryformlabel
{
    font-weight: bold;
    font-size: 8.5pt;
    color: darkgoldenrod;
    font-family: Arial;
}

.dataentryformerrormsg
{
    font-weight: bold;
    font-size: 8.5pt;
    color: darkorange;
    font-family: Arial;
}

.dataentryformtextbox
{
    border-right: peru 1px solid;
    border-top: peru 1px solid;
    border-left: peru 1px solid;
    border-bottom: peru 1px solid;
}

.dataentryformbutton
{
    font-weight: bold;
    font-size: 8.5pt;
    color: ivory;
    font-family: Arial;
    background-color: goldenrod;
}

.pagetop
{
    background-color:white;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: gold thin solid;
}

.pageleft
{
    background-color:#F2F2F2;
    padding-right: 5px;
}

.pageright
{
    background-color: #F2F2F2;
}

.pagebottom
{
    background-color: white;
    border-top: gold thin solid;
    padding-top: 5px;
}

.dataentryformheading
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;    
    padding-bottom: 2px;
    vertical-align: middle;
    color: #646464;	
    padding-top: 2px; 
    font-family: Arial;
    font-size: 16px;	
	font-weight:bold; 
}

.biglabel
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 2px;
    vertical-align: middle;
    color: darkorange;
    padding-top: 2px;
    font-family: Arial;
    text-align: center;
    width: 100%;
    font-style: italic;
}

.dataentryformlabelbig
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    vertical-align: middle;
    padding-top: 2px;
    text-align: center;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    color: #646464;  
}

.marketingtext
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    padding-bottom: 2px;
    color: peru;
    padding-top: 2px;
    font-family: Arial;
}


.chatWindow
{
	border-right: #cc0000 2px solid;
	border-top: #cc0000 2px solid;
	border-left: #cc0000 2px solid;
	border-bottom: #cc0000 2px solid;
	height: 250px;
	width: 300px;
	background-color: #ffffcc;
}

.chatNowPanel
{
	background-color: whitesmoke;	
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	position: absolute;
	top: 100px;
	left: 200px;
	text-align: center;	
	width: 230px;
	height: 136px;
	color: #666666;
}

.chatNowPanelTitle
{
	background-color: #6699ff;
	padding: 4px 4px 4px 4px;	
	text-align: center;
	color: White;
	font-weight: bold;
}
