/* CSS Document */

body {
	margin-top: 15px;
	background: url(imgs/bg_00M.jpg) repeat-x; 
}

.shadT {
	background: url(imgs/bg_01T.jpg) no-repeat; 	
}

.shadL {
	background: url(imgs/bg_01L.jpg) no-repeat; 	
}

.shadR {
	background: url(imgs/bg_01R.jpg) no-repeat; 	
}

.shadB {
	background: url(imgs/bg_01B.jpg) no-repeat; 	
}

.shadR0 {
	background: url(imgs/bg_0R.jpg) repeat-y; 	
}

.shadL0 {
	background: url(imgs/bg_0L.jpg) repeat-y; 	
}

/*----------------- COMMON ---------------------*/
ul {

	list-style-type: square;
	vertical-align: middle;
}
li {
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	color: #8C8C8C;
}

p
{
    font-family: Georgia, Arial, Verdana;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
}

/*----------------- CLASS ----------------------*/
.bodyL {
	border-top: 2px solid #D0E2E8;
	border-left: 2px solid #F0F4F8;
	background: bottom url(imgs/bg_bod.jpg) repeat-x;
}

.tle {
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-indent: 8px;
	color: #D12E2E;
	background-color: #D9EAF2;
	border-top: 2px solid #D0E2E8;
	border-bottom: 3px solid #CCCCCC;	
}

.p1
{
    font-family: "Arial Narrow" , Arial, Tahoma;
    font-size: 11px;
    color: #8C8C8C;
    padding-left: 8px;
    margin-top: 0px;
    font-weight: bold;
}

.p2
{
   font-family: Georgia, Arial, Verdana;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    padding-left: 8px;
    margin-top: 0px;
}

.p3
{
    font-family: 'Lucida Console' , Arial, Tahoma;
    font-size: 12px;
   /* font-weight: bold; */
    color: gray;
    padding-left: 8px;
    margin-top: 0px;
}

.hdr {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #D3455D;
	text-align: right;
	padding-right: 15px;
	text-transform: uppercase;
	vertical-align: bottom;
	border-bottom:1px solid #D3455D;
}

/*----------------- ID -------------------------*/

#nav {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	color: #660099;
	/*
    text-transform: uppercase;
    */
}

/*
#nav a:link, a:visited 
{
	display: block;
	color: #FDF6F7; 
	text-decoration: none;	
	font-size: 10px;
	line-height: 11px;
}
*/

#nav a:link, a:visited
{
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    color: #660099;
}

#nav a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #FF9900;
	text-align: center;
}

/*----------------- DRCTN ----------------------*/
.ryt {
	text-align: right;
	padding-right: 8px;
	border: 0px;
}

/*----------------- HEADER ---------------------*/
#header {
	background: url(imgs/bg_hdr.jpg) no-repeat;
}

/*----------------- FOOTER ---------------------*/

.footer {
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 11px;
	color: #8C8C8C;
	text-align: right;
	border-top:2px solid #D6DFE9;
}