/***********************************************/
/* Lotus Web Studios Standard CSS Document     */
/* c 2005 Lotus Web Studios, Inc.              */
/* www.lotusws.com                             */
/***********************************************/

.body{
	font-size: 8pt; 
	color: #333333; 
	font-family: "Arial", "Helvetica", "sans-serif";

}
.body_w{
	font-size: smaller;
	color: #FFFFFF;
}
.body_g {
	font-size: smaller;
	color: #999999;
}
.body_r {
	font-size: smaller;
	color: #FF0000;
}
.bold {
	font-size: smaller;
	font-weight: bold;
	color: #666666;
}
.bold_w {
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}
.bold_g {
	font-size: smaller;
	font-weight: bold;
	color: #999999;
}
/********* text valiation style *********/
.xxsmall {	
	font-size: xx-small;
}
.xxsmall_bold_g {	
	font-size: xx-small;
	font-weight: bold;
	color: #999999;
}
.large {
	font-size: 12pt;
}

/********* table border style *********/
.tableborder {
	border: 1px solid #c3c3c5;
	padding: 4px;
	background-color: #e9e9e9;
	font-weight: bold;
}
.tableborder2_v {

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c3c3c5;
	border-left-color: #c3c3c5;
}
.tableborder2_h {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c3c5;
	border-bottom-color: #c3c3c5;
}
.tableborder_no_r {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c3c5;
	border-bottom-color: #c3c3c5;
	border-left-color: #c3c3c5;
}
.tableborder_all {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #c3c3c5;
	border-bottom-color: #c3c3c5;
	border-left-color: #c3c3c5;
	border-right-color: #c3c3c5;
}
.tableborder_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tableborder_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.100 {
	height: 100%;
}

/******* hyperlink and anchor tag styles *******/


a:link {
	color: #0033CC; 
	text-decoration: none;
}
a:visited {
	color: #0033CC; 
	text-decoration: none;
}
a:hover {
	color: #DE4C0C; 
	text-decoration: underline;
}

/********* text style-1 language *********/
.textstyle-1 {
	color: #ffffff;
	font-size: 9pt;
}
a.textstyle-1:link {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.textstyle-1:visited {
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}

a.textstyle-1:hover {
	font-weight: bold;
	color: #F47B20;
	font-size: 9pt;
	text-decoration: none;
}

.textstyle-2 {
	color: #666666;
	text-decoration: none;
}
a.textstyle-2:link {
	text-decoration: none;
}
a.textstyle-2:visited {
	color: #666666;
	text-decoration: none;
}
a.textstyle-2:hover {
	color: #F47B20;
	text-decoration: none;
}
.bodysmall {

	font-size: 6pt; 
	color: #333333; 
	font-family: "Arial", "Helvetica", "sans-serif";
}
