/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	color: #003666;
}

a:hover {
	color: #3C709E;
}

form {
	margin: 0px;
	padding: 0px;
}

#head {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	#head table {
		width: 100%;
		}
		#head th {
			vertical-align: bottom;
			text-align: left;
			font-size: 24px;
			font-weight: bold;
			padding: 0px 15px 12px 0px;
			background: url(../images/pixel.gif) 0px 95px repeat-x; 
		}
		#head td {
			vertical-align: bottom;
			text-align: right;
			padding: 0px;
			width: 124px;
			background: url(../images/pixel.gif) 0px 95px repeat-x;
		}

#main {
	padding: 15px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	#main h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
	}
	#main h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
	}
	#main h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
	}
	#main h4 {
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
	}
	#main p {
		margin: 0px 0px 15px 0px;
	}
	#main .text-sm {
		font-size: 11px;
	}
	#main .text-xsm {
		font-size: 10px;
	}
	#main ul {
		margin: 0px 0px 15px 20px;
	}
	#main blockquote {
		margin: 0px 0px 0px 20px;
	}
	#main td {
		font-size: 12px;
	}

.section {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.section table {
		width: 100%;
		}
		.section th {
			vertical-align: bottom;
			text-align: left;
			font-size: 24px;
			font-weight: bold;
			padding: 0px 15px 12px 0px;
			background: url(../images/pixel.gif) 0px 95px repeat-x; 
		}
		.section td {
			vertical-align: bottom;
			text-align: right;
			padding: 0px;
			width: 124px;
			background: url(../images/pixel.gif) 0px 95px repeat-x;
		}


/* Step-by-step help */
.step-guide {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 25px;
	padding-top: 25px;
	clear: both;
	}
	.step-guide th {
		font-size: 20px;
		padding: 0px 10px 10px 0px;
		font-weight: bold;
		color: #333333;
		vertical-align: top;
	}
	.step-guide td {
		font-size: 12px;
		padding: 7px 0px 10px 0px;
		vertical-align: top;
	}
	.step-guide p {
		font-size: 12px;
		margin: 0px;
	}
	.step-guide ul {
		font-size: 12px;
		margin: 0px 0px 0px 20px;
	}
	.step-guide img {
		margin-top: 10px;
	}

.pick-os {
	float: left;
	width: 220px;
	text-align: center;
	padding: 10px;
	}
	.pick-os a {
		text-decoration: none;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}
	.pick-os a:hover {
		text-decoration: none;
		color: #666666;
	}

/* Icon list */
.iconlist {
	width: 100%;
	font-size: 12px;
	}
	.iconlist th {
		text-align: right;
		vertical-align: top;
		padding: 0px 10px 25px 0px;
	}
	.iconlist td {
		text-align: left;
		vertical-align: middle;
		padding: 0px 0px 25px 0px;
	}

/* Link list */
.linklist {
	font-weight: bold;
	}
	.linklist a {
		display: block;
		margin: 10px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
		padding-left: 12px;
		text-decoration: none;
	}
	.linklist a:link,
	.linklist a:visited {
		background: url(../images/bullet_content_off.gif) left top no-repeat;
		color: #003666;
	}
	.linklist a:hover {
		background: url(../images/bullet_content_on.gif) left top no-repeat;
		color: #003666;
	}
	.linklist-lg a {
		display: block;
		margin: 15px 0px 0px 0px;
		font-size: 12px;
		font-weight: normal;
		padding-left: 12px;
		text-decoration: none;
		}
		.linklist-lg a b {
			font-size: 14px;
			font-weight: bold;
			color: #003666;
		}
	.linklist-lg a:link,
	.linklist-lg a:visited {
		background: url(../images/bullet_content_off.gif) left top no-repeat;
		color: #000000;
	}
	.linklist-lg a:hover {
		background: url(../images/bullet_content_on.gif) left top no-repeat;
		color: #666666;
	}

.results {
	width: 100%;
	}
	.results a {
		font-weight: bold;
	}
	.results td {
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #CCCCCC;
	}

.shortcuts th,
.shortcuts td {
	vertical-align: top;
	padding: 0px 15px 15px 0px;
	text-align: left;
	font-size: 12px;
}

#main .shortcuts h1 {
	margin: 0px;
	padding: 0px;
}

.red {
	color: #CC0000;
}

