/* CSS Document */

.tl
{
	background: url(images/tl.jpg) no-repeat;
	width: 7px;
	height: 32px;
}
.tc
{
	background: url(images/tc.jpg) repeat-x;
}
.tr
{
	background: url(images/tr.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.tl1
{
	background: url(images/tl1.jpg) no-repeat;
	width: 7px;
	height: 32px;
}
.tc1
{
	background: url(images/tc1.jpg) repeat-x;
}
.tr1
{
	background: url(images/tr1.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.bl
{
	background: url(images/bl.jpg) no-repeat bottom;
	width: 7px;
	height: 21px;
}
.bc
{
	background: url(images/bc.jpg) repeat-x;
	padding: 0 10px;
}

.br
{
	background: url(images/br.jpg) no-repeat;
	width: 7px;
	height: 21px;
}

.Container
{
	padding: 10px;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8; 
}

.White-Head
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.floatLeft { 
    float: left;
	margin-right:7px;
}

.floatRight { 
    float: right;
	margin-left:7px;
}

.gl
{
	background: url(images/gl.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.gc
{
	background: url(images/gc.jpg) repeat-x;
}

.gr
{
	background: url(images/gr.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.rl
{
	background: url(images/rl.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.rc
{
	background: url(images/rc.jpg) repeat-x;
}

.rr
{
	background: url(images/rr.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.r4l
{
	background: url(images/tly.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

.r4c
{
	background: url(images/tcy.jpg) repeat-x;
}

.r4r
{
	background: url(images/try.jpg) no-repeat;
	width: 7px;
	height: 32px;
}

