/* CSS Document */

.containermaster
{
	padding: 5px;
}

.Yellow-Head
{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #B08D23;
	font-weight: bold;
	padding: 5px 0px;
}
.Blue-Head
{
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #183D8E;
    font-size: 26px;
}
.White-Head
{
    font-weight: normal;
    font-family: "Trebuchet MS", Arial;
    color: #FFFFFF;
    font-size: 20px;
}
.lock
{
	background: url(images/lock.jpg) no-repeat center top;
	width: 114px;
	height: 150px;
}
.tl
{
	background: url(images/tl.png) no-repeat;
	width: 8px;
	height: 8px;
}
.tc
{
	background: #E0BC50;
	height: 8px;
}
.tr
{
	background: url(images/tr.png) no-repeat;
	width: 8px;
	height: 8px;
}
.main
{
	background: #E0BC50;
	padding: 0 10px;
}
 
.bl
{
	background: url(images/bl.png) no-repeat;
	width: 8px;
	height: 8px;
}
.br
{
	background: url(images/br.png) no-repeat;
	width: 8px;
	height: 8px;
}