@import url(/CMSPages/GetCSS.aspx?stylesheetname=CaromaStyle);

#tabcontainer {
	width: 532px;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
#tabcontainer a{
	text-decoration:none;
	color:#333333;
}
#tabcontainer .tab1 {
	width: 5px;
	border-bottom: #CCCCCC solid 1px;
	height: 26px;
	float: left;
	color:#333333;
}
#tabcontainer .tab2 {
	width: 100px;
	border: #CCCCCC solid 1px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	float: left;
	color:#333333;

}
#tabcontainer .tab3 {
	width: 80px;
	border: #CCCCCC solid 1px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	float: left;
	color:#333333;

}
#tabcontainer .tab4 {
	width: 338px;
	border-bottom: #CCCCCC solid 1px;
	height: 26px;
	float: left;
	color:#333333;

}
#tabactive {
	border-bottom: #FFFFFF solid 1px!important;
	font-weight: bold;
}
#row {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#row h2, #row h1 {
	padding-top:20px;
}
#cols1 {
	float: left;
	width: 49%;
	padding-bottom:15px;
	font-size:11px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	min-height:60px;
	border-bottom:1px dotted #ccc;
	margin-top:20px;
}
#cols1 a{
	color:#333333;
}
#cols1 strong{
	font-size:12px;
}
#cols2 {
	float: right;
	width: 49%;
	padding-bottom:15px;
	font-size:11px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	min-height:60px;
	border-bottom:1px dotted #ccc;
	margin-top:20px;
}
#cols2 a{
	color:#333;
}
#cols2 strong{
	font-size:12px;
}
#cleaner {
	clear: both;
}
