/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;

}
body, p, form, hr, h1, h2, h3 {
	margin:0;
	padding:0;
	font-size:11px;
	text-align:justify;
	padding-right:15px;
	line-height:14px;
	color:#000000
}
/******* hyperlink and anchor tag styles *******/
a {
	color:#148dda;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

/*************** list tag styles ***************/

ul {
	margin:0;
	padding:0px 0px 0px 30px;
	list-style-type: circle

}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin:0px auto;
	width:950px;

}
.cl {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
img {
	border:0;
}
/***********************************************/
/* Layout Classes                                 */
/***********************************************/

.pnt ul {
	margin-top:0px;
	margin-left:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:left;	
	background-color:#FFFFFF;



}
.pnt ul li {
	margin:5px 0px 0px 0px;	
	padding:5px 8px 10px 13px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../img/img-blt-w7.gif);	
	background-position:left top;
	background-repeat:no-repeat;
}
.pnt ul li a:link {
	text-decoration: none;
	color:#148dda;
}
.pnt ul li a:visited {
	text-decoration: none;
	color:#148dda;
}
.pnt ul li b {
	text-decoration: none;
	color:#000;
}
.pnt ul li a:hover {
	text-decoration:none;
	color:#000;
}


.blk-txt { font-weight:bold; line-height:16px; text-align:center; padding-top:10px; font-size:14px;}
.gry-bg { background: #FFFFFF url(../img/gry-bg.gif) repeat-x top;}
.mid-bg { background: #fff repeat-y top; width:10px;}
.blu-bg { background: #fff url(../img/blu-bg-w7.gif) repeat-x top;}

.blk-hdng { background:#cde2f3 repeat-y top; color:#000000; font-family:"Times New Roman", Times, serif; font-size:24px; padding:5px; margin-top:15px; margin-right:20px; font-weight:bold;}

.hdng { width:280px;}
.gry-txt1 { width:225px; padding:2px 0px 0px 0px; font-size:12px;}

.blu-hdng { color:#235590; font-size:20px;}


table.brdr-w7
{
    border-color:#b0d1ee;
    border-width: 0 0 1px 1px;
    border-style: solid;
	color:#000000;
	font-size:11px;
	

}

table.brdr-w7 td
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
	padding:3px 0px 3px 6px;

}

table.brdr-w7 td.grn-bg
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    background-color: #92d050;
}
table.brdr-w7 td.blu-bg
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    background-color: #548dd4;
}


table.brdr-w7 td.gry-bg1
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    background-color: #eaecef;
}

/*
table.brdr-w7 td.blu-bg a
{
	color:#007fff;
	text-decoration:underline;
}

table.brdr-w7 td.blu-bg a:hover
{
	color:#007fff;
	text-decoration:underline;
}
table.brdr-w7 td.grn-bg a
{
	color:#007fff;
	text-decoration:underline;
}

table.brdr-w7 td.grn-bg a:hover
{
	color:#007fff;
	text-decoration:underline;
}
*/


table.brdr-w
{
    border-color:#b0d1ee;
    border-width: 0 0 1px 1px;
    border-style: solid;
	color:#000000;
	font-size:12px;
	

}

table.brdr-w td
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
	padding:3px 5px 3px 6px;

}

table.brdr-w td.gry-bg2
{
    border-color: #b0d1ee;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    background-color: #eaecef;
}




