body {
	font-family:	"arial", sans-serif;
	line-height:	1.2;
	}

img {
	border-width:	0;
	}

.footer {
	clear:		right;
	color:		gray;
	text-align:	right;
	font-size:	10px;
	}

.mainHead {
	color:			#bc0024;
	background-color:	inherit;
	font-weight:		bold;
	font-size:		24pt;
	padding-left:		10px;
	}

.mainContent {
	padding-left:	10px;
	}

.contents {
	float:		right;
	background:	#bc0024;
	color:		white;
	top:		10px;
	right:		10px;
	width:		160px;
	padding:	10px;
	border-left:	30px solid;
	border-bottom:	30px solid;
	font-size:	small;
	}

.pageContents {
	padding-left:	50px;
	padding-bottom:	30px;
	padding-top:	10px;
	}

a.pageLinks {
	background-color:	inherit;
	text-decoration:	none;
	}

a:hover.pageLinks {
	color:			black;
	background-color:	inherit;
	font-weight:		bold;
	}

.hotPress {
	float:		left;
	background:	#FAEBD7;
	width:		20%;
	padding:	10px;
	border-top:	20px solid white;
	border-right:	30px solid white;
}

a.contentLinks {
	color:			white;
	background-color:	inherit;
	text-decoration:	none;
	}

a:hover.contentLinks {
	color:			yellow;
	background-color:	inherit;
	font-weight:		bold;
	}

a.links {
	padding-right:		2%;
	color:			gray;
	background-color:	inherit;
	text-decoration:	none;
	}

a:hover.links {
	padding-right:		2%;
	color:			black;
	background-color:	inherit;
	font-weight:		bold;
	}

.contentHead {
	font-size:	20px;
	text-align:	center;
	}

.contentsSmall {
	font-size:	8pt;
	text-align:	center;
	}

.lowLevelContents {
	margin-left:	10px;
	}

.subHead {
	color:			#bc0024;
	background-color:	inherit;
	font-weight:		bold;
	font-size:		20pt;
	}

.tableHead {
	color:			#bc0024;
	background-color:	inherit;
	font-weight:		bold;
	}

.newsDate {
	color:			gray;
	background-color:	inherit;
	text-decoration:	underline;
	}

.faqQ {
	color:			inherit;
	background-color:	#FAEBD7;
	padding:		10px 20px 10px 20px;
	margin-left:		2%;
	}

.faqA {
	padding:		10px 20px 10px 40px;
	}

.command {
	font-family:		courier, monospace;
	margin-top:		10px;
	margin-bottom:		10px;
	margin-left:		5%;
	margin-right:		5%;
	background-color:	#FAEBD7;
	}

.code {
	font-family:	"courier", monospace;
	margin:		0 5% 0 5%;
	padding:	2% 2% 2% 2%;
	border:		solid;
	}

.codeSnippet {
	font-family:		"courier", monospace;
	color:			gray;
	background-color:	inherit;
	margin-left:		1%;
	margin-right:		1%;
	}

.vimBlue {
	color:			#6a59cd;
	background-color:	inherit;
	font-weight:		bolder;
	}

.vimBrown {
	color:			#a42829;
	background-color:	inherit;
	font-weight:		bolder;
	}

.vimGreen {
	color:			#298952;
	background-color:	inherit;
	font-weight:		bolder;
	}

.vimPink {
	color:			#ff00ff;
	background-color:	inherit;
	font-weight:		bolder;
	}

.vimPurple {
	color:			#a420f6;
	background-color:	inherit;
	font-weight:		bolder;
	}

.verLabel {
	text-decoration:	underline;
	color:			gray;
	background-color:	inherit;
	}

.screen {
	display: 		table;
	width: 			50%;
	background-color:	#DDDDDD;
	font-family:		monospace;
	padding:		5pt;
	border:			solid gray;
	margin:			0 20px;
}

.note {
	width: 			40%;
	background-color:	#DDEEDD;
	padding:		5pt;
	border:			solid #298952;
	margin:			0 50px;
}

li {
  margin-top:		0.2em;
}

span.logo_on_right {
  border-left:	20px solid;
  color:	white;
  float:	right;
  margin-left:	20px;
}

span.logo_on_left {
  border-right:	20px solid;
  color:	white;
  float:	left;
  margin-right:	20px;
}

span.underline {
  text-decoration:	underline;
}

span.warning {
  color:	red;
  font-weight:	bold;
}

table.bordered {
  border-collapse:	collapse;
  margin-bottom:	10px;
  margin-left:		50px;
  margin-top:		10px;
}

table.indent {
  margin-left:	5%;
}

td.bordered {
  border:		solid;
  padding-bottom:	3px;
  padding-left:		10px;
  padding-right:	10px;
  padding-top:		0px;
}

td.right {
  text-align:	right;
}

ul.contents_list {
  list-style-type:	none;
  margin-left:		0;
  padding-left:		0;
}

.bold {
  font-weight:	bold;
}

.mono {
  background-color:	silver;
  font-family:		courier, monospace;
  padding-left:		5px;
  padding-right:	5px;
}

.sect_head {
  background-color:	#FAEBD7;
  color:		inherit;
  padding-bottom:	10px;
  padding-top:		10px;
  text-indent:		10px;
}
