a:link
{
	color: rgb(0,114,188); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(0,114,188); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(0,114,188); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(196,21,28); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(200,200,200);	
	background-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#9a1808;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(225,225,225);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);

}
.mo
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,153,51);

}
.llt
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);

}
.unl
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,153,51);

}


h1
{
	font-family: Arial;
	font-size  : 14pt;
	font-weight: normal;
	font-style: none;
	color: rgb(0,51,101)
}

h2
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(230,230,230)
}

h3
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(155,23,10)
}
h5
{
	font-family: Arial;
	font-size  : 23pt;
	font-weight: normal;
	color: rgb(71,86,127)
}

.tb
{
	font-family: Tahoma;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	bckground-color: #6481c7;
}

ul
{
   list-style-image:url('images/list-bullet.gif');
}


/* Half curvy box structure starts here */
.halfCurvy
{
    position:relative;
    width:200px;
    background:orange;
    color:#000;
    margin:1em auto;
}

#ctl, #cbl, #ctr, #cbr
{
    position:absolute;
    width:20px;
    height:20px;
    color:#9caf9c;
    background:#fff;
    overflow:hidden;
    font-style:normal;
    z-index:1;
}

#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}

.halfCurvy em b
{
    position:absolute;
    font-size:150px;
    font-family:arial;
    color:orange;
    line-height:40px;
    font-weight:normal;
}

#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}

.halfCurvy p
{
    position:relative;
    z-index:100;
    padding:5px 10px;
}
/* Half curvy box structure ends here */