/* Overrides */
blockquote { 
			font-family: courier, monospace; 
			}
body { 
			color: #000080; background: #FFFFFF; 
			font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif; 
			}
dt { 
			font-weight: bold; 
 			text-indent: 3em; 
			}
h1 { 
			text-align: center; 
			}
h2 { 
			text-align: center; 
			}
h3 { 
			text-align: center; 
			}
h4 { 
			text-align: left; 
			}

hr {
	border-color: maroon;
}

td 	{
			padding: 15px;
			vertical-align: top;
	}

/* Classes */
.compare
	{
		font-size:small
	}

.copyright{
	text-align: center;
	font-weight: bold;
}

.detail {font-size: smaller}

.maker, .model
	{
		font-weight: bold;
	}

.table-header
	{
		background-color:#999999
	}
	
.table-row-even
	{
	background-color:#99FFCC
	}

.tbl_enlarger_small
	{
		font-size:small;
		text-align:center;
	}

/* IDs */
#page_title
	{
		color: Maroon;
		font-size: xx-large;
		font-style: italic;
		text-align: right;
	}

#sidebar_right
	{
		background-color:#CCFFFF;
		float:right;
		margin-left: 5px;
		padding: 2px;
		width: 33%;
	}

#site_title
	{
		color: Maroon;
		font-size: medium;
		text-align: left;
	}
