

	body{
		background-image: URL(../images/headers/theme_3/bg.jpg);
		background-repeat: no-repeat;
		background-position: 0px 160px;
		color: #555555;
		}



	#cont_strip{
		background-image: URL(/images/headers/theme_3/head_strip.jpg);
		background-repeat: repeat-x;
		height: 30px;
		width: 100%;
		}

	div.data{
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: 1px solid #F0F0F0;
		border-top: 1px solid #F0F0F0;
		width: 100%;
		overflow: auto;
		}

	div.dataHead{
		display: block;
		width: 100%;
		float: left;
		background-image: URL(../images/headers/theme_3/head_1.jpg);
		background-repeat: repeat-y;
		border-bottom: 1px solid #000000;
		background-color: RGB(34, 66, 98);
		margin: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #C0C0C0;
		}

	span.dataHead{
		color: #FFFFFF;
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-weight: bold;
		padding-top: 1px;
		padding-bottom: 1px;
		}

	span.dataHeadSmall{
		font-size: 80%;
		}

	div.dataMain{
		float: left;
		display: block;
		width: 100%;
		background-image: URL(../images/headers/theme_3/data_1.jpg);
		background-repeat: repeat-y;
		background-position: 0% 0%;
		border-top: 1px solid #C0C0C0;
		margin: 0px;
		}

	div.dataMain2{
		float: left;
		display: block;
		width: 100%;
		background-image: URL(../images/headers/theme_3/data_2.jpg);
		background-repeat: repeat-y;
		background-position: 0% 0%;
		border-top: 1px solid #C0C0C0;
		margin: 0px;
		}

	span.dataMain{
		color: #000000;
		float: left;
		margin: 0px;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 0px;
		}

	span.dataMainSmall{
		color: #000000;
		float: left;
		margin: 0px;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 0px;
		font-size: 85%;
		}
