BODY {
	FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans-serif
}
TD {
	FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans-serif
}
TH {
	FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans-serif
}

UL {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

LI{
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
}

.tableBlue {

	border: 1px solid #2F5470;
}

.MainLinks {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
}

.propertyTable {
    border-width:1px;
	border-color:#339900;
}

.MainLinks A:link {
color: #ffffff;
text-decoration: none;
font-size: 10px;
font-weight: bold;

}

.MainLinks A:visited {
color: #ffffff;
text-decoration: none;
font-size: 10 px;
font-weight: bold;

}

.MainLinks A:hover {
color: #000000;
text-decoration: underline;
font-size: 10 px;
font-weight: bold;
}




.menu {
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;

}

.menu A:link {
color: #000000;
text-decoration: none;
font-size: 11px;
}

.menu A:visited {
color: #000000;
text-decoration: none;
font-size: 10 px;
font-weight: none;

}

.menu A:hover {
color: #000000;
text-decoration: underline;
font-size: 10 px;
font-weight: none;
}


.tblDown {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.TblRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tblMain {
	border: 1px double #CCCCCC;
}
.tblUp {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tblDownHeadline {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.MethodCaption {
    font-size:12px;
    font-weight:bold;
	color:#1977B9;
}

.MethodText {
    color:#000000;
}

.bulletMain {
	list-style-image: url(images/bulletMain.bmp);
}
.bulletChild {
	list-style-image: url(images/bullet.bmp);
}
.InTextLink A:link {
	color: #1977B9;
	text-decoration:none;
}

.InTextLink A:hover {
    text-decoration:underline;
}

.MenuCaption {color: #1977B9}

.code {color:#009933}

.MembersTable {bgcolor:#cccccc;
}