/* Basic layout */

body { 
	   background-position: top left;
	   background-repeat: repeat-y;
	   margin: 0px 0px 0px 0px;
}


.pannelText{
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-weight:bold;
	color:666666
}

/* Fonts */

body, table, td, select, textarea, input  { 
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

a { 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}


/* Form elements */

select.flat, textarea.flat, input.flat, 
select.comp, textarea.comp, input.comp,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.comp, textarea.comp, input.comp { 
	border-color : #990000;
}


.bordGrey {
	border-top-width: 1px;
	border-top-color: CCCCCC;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: CCCCCC;
	border-left-width: 1px;
	border-left-color: CCCCCC;
	border-right-width: 1px;
	border-right-color: CCCCCC;
}
/* all pages panel colors*/
.PanelColor {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: orange;
}
/* log header color*/
.logHeaderColor {	
	color: white;
	background-color: #000000;
}
/* login form background color*/
.loginAreaBgColor {		
	background-color: #CCCCCC;
}
/* log header link colors*/
.logHeaderLinkColor {	
	color: white;
	text-decoration: underline;	
}
.msgColor {	
	color: red;		
}
.linkColor {	
	color: blue;
	text-decoration: underline;		
}
.newsPosted {
	color: #000000;
	text-decoration: none;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.newsMainHeading {
	color: #000000;	
	font-size: 15px; 
	font-weight: bold;
}
.mainHeading{
	font-size:18px;
	font-family:Verdana;
	font-weight:bold;
	color:#255470;
}
.categoryLinks{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#255470;
	text-decoration:none;
}
.productsLinks{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#255470;
}
.companyName{
	font-size:17px;
	font-family:Verdana;
	font-weight:bold;
	color:#255470;
}
.lbule_11b {
	color: #45C4FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.lblack_b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #043553;
}
.scroll {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #043553;
	font-size:14px;
}
.pheading_24b {
	font-size: 18px;
	font-weight: bold;
	color: #2E8ACD;
	font-family:Tahoma;
}
.pdata_b {
	color: #496C7C;
	font-weight: bold;
}
.link_b {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #010000; }
.mustard_b {
	color: #58655B;
	font-weight: bold;
}
.blue_bold {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
	color: #2E8ACD;
	font-weight: bold;
}