/* CSS reset */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/* CSS reset : end */

/* Default Typography */
body {
	color: #333;
	font-family: Georgia, serif;
}

h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 2.4em;
	margin: 0.5em 0;
	color: #801313;
}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 2em;
	margin: 0.4em 0;
	color: #801313;
}


h3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0.3em 0;
}


h4 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0.2em 0;
}


h5 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0.1em 0;
}

h6 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.2em;
}

a {
	color: #75662e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-variant: italic;
}

input[type="text"], input[type=password], select, textarea, input.txt, input.password {
	border: 1px solid #666;
}

input[type="submit"], input[type="reset"] {
	background: #ccc;
	border: 1px outset #333;
}

input.number {
	text-align: right;
}

table thead *, table tfoot *{
	background: #dadab5;
	font-weight: bold;
}

table .format-number, table .format-number input {
	text-align: right;
}

table .even-row {
	background: #ededd4;
}

#content .main .main h1 {
	margin: 0.5em 0 0 0;
}

.fixed-width {
	width: 300px;
}

.void {
	display: none;
}

/* Default Typography : end */

/* Main Layout */
html {
	background: #fff;
	padding: 10px;
}

body {
	padding: 10px;
}

p {
	margin: 1em 0;
}

#support, #help, #jump-menu, #content div.secondary, #footer {
	display: none;
}
