/* global ----------------------------------*/

body { 
	background:#fff; 
	margin-top: 10px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0; 
	}
	
	A 			{ color: #FF6600; text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 12px; } 
	A:link		{ color: #FF6600; } 
	A:visited	{ color: #FF6600; } 
	A:active	{ color: #FF6600; } 
	A:hover		{ color: #668B1D; }


/* -- standard elements ---------------------------------------------------- */
.txt, td, th{ font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333; }
.txt2, input, select, textarea  { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333; background:#E5F2CC; }
.txt12 { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333; }
.txt8 { font-family: arial, helvetica, sans-serif; font-size: 8px; color: #333; }


/* -- background colors --------------------------------------------------------------- */
.yellow { background:#FFFFCC; }
.green { background:#99CC33; }


/* -- font colors --------------------------------------------------------------- */
.redfont { color: #CC0000; }
.txtgreen { font-family: arial, helvetica, sans-serif; font-size: 16px; color: #99CC33; }
.error { 
    color: #CC0000; 
	font-weight: bold;
}


/* -- objects -------------------------------------------------------------- */
#padbottom2 { margin: 0px 0px 2px 0px; }
#padtop5 { margin: 5px 0px 0px 0px; }
#padtop10 { margin: 10px 0px 0px 0px; }
#padtopbottom205 { margin: 20px 0px 5px 0px; }
#padall10 { margin: 10px 10px 10px 10px; }
#padall5 { margin: 5px 5px 5px 5px; }
#padtopbottom10 { margin: 10px 0px 10px 0px; }
#padtopbottom5 { margin: 5 0px 5 0px; }
#padleftright10 { margin: 0px 10px 0px 10px; }
#padleft10 { margin: 0px 0px 0px 10px; }
#padcontent1 { margin: 10px 90px 10px 10px; }

#product1 { background: url(images/who_header_connect.jpg) top right no-repeat; }
#product2 { background: url(images/who_header_resolve.jpg) top right no-repeat; }
#product3 { background: url(images/who_header_collect.jpg) top right no-repeat; }
.productbox {  font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333; margin: 30px 10px 20px 6px; }


/* -- specialty ------------------------------------------------------------ */
.rightline {
        border: dotted;
        border-width: 1px;
        border-bottom-color: #ffffff;
        border-top-color: #ffffff;
        border-left-color: #ffffff;
        border-right-color: #CCE599;
}

.box1 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #cccccc;
        border-top-color: #cccccc;
        border-left-color: #ffffff;
        border-right-color: #ffffff;
}

.box2 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #cccccc;
        border-top-color: #cccccc;
        border-left-color: #FFFFCC;
        border-right-color: #FFFFCC;
        background:#FFFFCC;
}



.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}


