/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body{
	font-size:13px;*font-size:small;*font:x-small;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*
(px)(%)
10 	77
11 	85
12 	93 (was 93)
13 	100
14 	108 (was 107)
15 	116 (was 114)
16 	123.1 (was 122)
17 	131 (was 129)
18 	138.5 (was 136)
19 	146.5 (was 144)
20 	153.9 (was 152)
21 	161.6 (was 159)
22 	167
23 	174
24 	182
25 	189
26 	197
*/

table.contents td{
	line-height:1.8;
}

table.contents th{
	height:50px;
	text-align:left;
}

table.contents strong,
table.contents p,
table.contents a{
	line-height:1.8;
}
table.contents p{
	padding:0;
	margin:0 0 10px 15px;
}

table.contents h3{
	font-size:100%;
	color:#003399;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

table.contents th h3{
	font-size:108%;
}

.right{
	text-align:right;
}

table.date{
	width:100%;
	background-color:#CCCCCC;
	margin-bottom:20px;
}
table.date th{
	height:auto;
	background-color:#EBEBEB;
	text-align:center;
}

table.date td{
	background-color:#ffFFFF;
	text-align:center;
}
