/* CSS Document */

h1 {
		font-family: Georgia, Times, Times New Roman, Serif;
		font-size: 16pt;
		font-weight: normal;
		color: #344e68;
		margin: 0px;
	}
	
	h2 {
		font-family: Georgia, Times, Times New Roman, Serif;
		font-size: 14pt;
		font-weight: normal;
		color: #666666;
		margin: 0px;
	}
	
	.contentArea {
		padding: 10 20 10 20;
	}
	
	.header {
		font-family: Georgia, Times, Times New Roman, Serif;
		font-size: 16pt;
		font-weight: normal;
		color: #344e68;
		margin: 0px;
	}
	
	.subheader {
		font-family: Georgia, Times, Times New Roman, Serif;
		font-size: 14pt;
		font-weight: normal;
		color: #666666;
		margin: 0px;
	}

	.normal {
		font-family:  Verdana, Arial;
		font-size: 8pt;
		color: #333333;
	}
	
	p {
	}
	
	A {
		color: #19274e;
		text-decoration: underline;
	}
	
	A:hover {
		color: #990000;
		text-decoration: underline;
	}
	
	A.menu {
		font-family: verdana;
		color: #CCCCCC;
		font-weight: normal;
		text-decoration: none;
		font-variant: small-caps;
	}
	
	A.menu:hover {
		font-family: verdana;
		color: #fff600;
		font-weight: normal;
		text-decoration: underline;
		font-variant: small-caps;
	}

	A.menu_current {
		font-family: verdana;
		color: #ff9900;
		font-weight: bold;
		text-decoration: none;
		font-variant: small-caps;
	}
	
	A.menu_current:hover {
		font-family: verdana;
		color: #fff600;
		font-weight: bold;
		text-decoration: underline;
		font-variant: small-caps;
	}
	
	A.rightMenu {
		font-family: verdana;
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		font-variant: small-caps;
	}
	
	A.rightMenu:hover {
		font-family: verdana;
		color: #990000;
		font-weight: normal;
		text-decoration: underline;
		font-variant: small-caps;
	}

	A.rightMenu_current {
		font-family: verdana;
		color: #1b446e;
		font-weight: bold;
		text-decoration: none;
		font-variant: small-caps;
	}
	
	A.rightMenu_current:hover {
		font-family: verdana;
		color: #990000;
		font-weight: bold;
		text-decoration: underline;
		font-variant: small-caps;
	}
	
	A.subsections {
		font-family: verdana;
		color: #1b446e;
		font-weight: normal;
		text-decoration: none;
		font-variant: small-caps;
	}
	
	A.subsections:hover {
		font-family: verdana;
		color: #990000;
		font-weight: normal;
		text-decoration: underline;
		font-variant: small-caps;
	}

	.articleTitle {
		color:#19366C;
		font-size:8pt;
		font-weight: bold;
	}
	
	.articleDescription {
		color:#333333;
		font-size:10px;
		font-weight: normal;
	}
	
	.articleLink {
		color:#01247E;
		font-size:10px;
		font-weight: normal;
	}
	
	.codeBlock_table {
		font-family: verdana;
		font-size: 8pt;
		color: #000000;
		background: #CCCCCC;
	}
	
	.codeBlock_TRheader {
		font-family: trebuchet ms;
		font-size: 8pt;
		font-weight: bold;
		height:20px;
		background:#24538c;
		color:#FFFFFF;
	}
	
	.codeBlock_normal {
		font-family: verdana;
		font-size: 8pt;
		color: #000000;
	}
	
	.codeBlock_TD {
		font-family: verdana;
		font-size: 8pt;
		color: #000000;
		background: #FFFFFF;
	}
	
	.codeBlock_TD_shade {
		font-family: verdana;
		font-size: 8pt;
		color: #000000;
		background: #EFEFEF;
	}
	
/* MENUS */

	.mtDropdownMenu {
		position:absolute;
		overflow:hidden;
		left:-1000px;
		top:-1000px;
		z-index:5;
	}

	.mtDropdownMenu .content {
		position:absolute;
	}

	.mtDropdownMenu .items {
		position:relative;
		left:0px; top:0px;
		border:1px solid #999999;
		z-index:2;
	}

	.mtDropdownMenu.top .items {
		border-top:none;
	}

	.mtDropdownMenu .item {
		color:#4A4B4B;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		border:none;
		cursor:pointer;
		cursor:hand;
	}

	.mtDropdownMenu .background {
		position:absolute;
		left:0px; top:0px;
		z-index:1;
		x-moz-opacity:.8;
		xfilter:alpha(opacity=85);
		background: #6c2a0d;
	}

	.mtDropdownMenu .shadowRight {
		position:absolute;
		z-index:3;
		top:3px; width:2px;
		x-moz-opacity:.4;
		xfilter:alpha(opacity=40);
	}

	.mtDropdownMenu .shadowBottom {
		position:absolute;
		z-index:1;
		left:3px; height:2px;
		x-moz-opacity:.4;
		xfilter:alpha(opacity=40);
	}

	.mtDropdownMenu .item.hover {
		background: #CCCCCC;
		color: #8D1C1C;
	}

	.mtDropdownMenu .item img {
		margin-left: 10px;
	}	