/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
/* Text - default */
body, td, p, li, input, select, textarea {
	font: 13px Arial, Tahoma, Sans-Serif;
	color: #575757;
}

p{margin: 9px 0;}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { 
	font-size: 20px; 
	color: #40251b; 
}
h2 { 
	color: #3490c0; 
	font-size: 20px; 
}
h3 { 
	color: #40251b; 
	font-size: 18px; 
}
h4 { 
	color: #fff; 
	font-size: 20px; 
	margin: 0;
	padding: 0;
}
h5 { color: #40251b; font-size: 12pt; font-weight: bold; margin: 0; padding: 0; }
h6 { 
	color: #fff; 
	font-size: 18px;  
	margin: 0;
	padding: 0;
}
	
/* Links - default */
a:link { color: #3490c0; text-decoration: none; }	
a:visited { color: #3490c0; text-decoration: none; }
a:hover { color: #3490c0; text-decoration: underline; }	
a:active { text-decoration: none; }

.bookmark {color:#353535;} 
a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.teamfloat { background-position: 0 0; padding-top: 20px; padding-bottom: 20px; }
.clienttableborder{
	border-left: 3px solid #3490c0;
 
}
.table_bg{
	background-color:#eef2f7;
	border: 3px solid #bad2e6;


}
.twitterboxtitle1{
	font-size: 14px;
	color: #6a6a6a;
	font-weight:bold;
}
.twitterboxtitle2{
		font-size: 12px;
	color: #6a6a6a;
		font-weight:bold;
}
.twitterboxtext{
		font-size: 11px;
	color: #6a6a6a;
	padding-left: 5px;
}
.twtr-tweet-text p{
	font-size:11px;
}

