BODY {
	margin-top: 15;
	margin-left: 25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

a, a:visited, a:link {
	color: #000090;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #900000;
	font-weight: bold;
	text-decoration: underline;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.smallLink {
	font-size: 10px;
}

li {
	list-style-type: square;
	padding-bottom: 3px;
	padding-top: 3px;
}

IMG {
	border: 0;
}

.upImage {
	padding-right: 5px;
}

.contentBlock {
	margin-left: 20px;
	padding-bottom: 20px;
}

.footRule {
	width: 80%;
	color: #505050;
}

.footBanner {
	text-align: center;
}

#faq li {
	padding-bottom: 10px;
}

.question {
	font-weight: bold;
	padding-bottom: 3px;
}

.answer {
	padding-bottom: 5px;
}

.screenshotsTable {
	margin: 0;
	padding: 0;
	border: 0;
}

.screenshotsTable TD {
	padding: 20px;
}

.device_manufacter {
	font-weight: bold;
	font-size: larger;
}

.device_class {
	font-style: italic;
	font-size: medium;
}

.device_model {

}

.todo_done {
	text-decoration: line-through;
}