@charset "UTF-8";

/* CSS Document */

/* ----------------------------------------------------------------------- */
/* Text Initialization Styles                                              */
/* ----------------------------------------------------------------------- */


/* Note: 1em = 10 pixels, after em is initialized via the body tag		   */

html {
	font-size: 125%; /* equivalent to 20pts */

	/* forces firefox to always display the vertical scroll bar */
	overflow-y: scroll; 
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 50%; /* equivalent to 10pts */
	}

/* ----------------------------------------------------------------------- */
/* Header Styles                                                           */
/* ----------------------------------------------------------------------- */

h1 {
 	font-size: 1.5em; /* equivalent to 15pts */
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.8em;
	color: #633;
	margin: 0 0 1.8em 0;
	}

h2 {
	font-size: 1.2em; /* equivalent to 12pts */
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	color: #c99;
	margin: 0 0 1.6em 0;
}

h3 {
	font-size: 1.2em; /* equivalent to 12pts */
	font-weight: bold;
	line-height: 1.6em;
	color: #633;
	margin: 3em 0 0 0;

}

h4, h5, h6 {
	font-size: 1.1em; /* equivalent to 11pts */
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
}



/* ----------------------------------------------------------------------- */
/* Horizontal Rule styles                                                  */
/* ----------------------------------------------------------------------- */

hr {
	display:block;
	background:#633;
	color:#633;
	width:100%;
	height:1px;
	border:none;
	clear: both;
}

/* ----------------------------------------------------------------------- */
/* List Definition Styles                                                  */
/* ----------------------------------------------------------------------- */

ul {
	list-style:disc outside;
}

ol {
	list-style:decimal outside;
}

ul, ol {
	margin-left:2.2em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}


li {
	font-size: 1.1em; /* equivalent to 11pts */
	line-height: 1.6em;	
	}
	
ul ul li,
ul ol li,
ol ol li,
ol ul li {
	font-size: 1em; /* ensure child list items have consistent font sizes */
	}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

dt {
	font-size: 1.1em; /* equivalent to 11pts */
	line-height: 1.6em;	
	font-weight: bold;
}

dd{
	font-size: 1.1em; /* equivalent to 11pts */
	line-height: 1.6em;
	margin: 0 0 1.6em 0;	
	padding: 0 0 0 30px;
}


/* ----------------------------------------------------------------------- */
/* Table Definition Styles                                   */
/* ----------------------------------------------------------------------- */

table {
	border-top:1px solid #e2b8b7;
	border-left:1px solid #e2b8b7;
	margin: 0 0 1.6em 0;
	width: 100%;
	border-collapse:separate;
	}

th, td {
	font-size: 1.1em; /* equivalent to 11pts */
	padding: .5em 1em;
	text-align: center;
	border-bottom:1px solid #e2b8b7;
	border-right:1px solid #e2b8b7;
	}
		
th {
	font-weight: bold;
	}

tr.oddRow td{
	background-color: #f2e6e6;
}

tr.oddRow th{
	background-color: #f2e6e6;
}


thead th {
	background-color: #a57070;
	color: #fff;
	}
	
caption {
	font-size: 1.1em; /* equivalent to 11pts */
	font-weight: bold;
	padding: 0 0 .8em 0;
}

/* ----------------------------------------------------------------------- */
/* Common Block Element Styles                                             */
/* ----------------------------------------------------------------------- */

hr,
 p,
 ul,
 ol,
 dl,
 pre,
 blockquote,
 address,
 table,
 form {
	margin-bottom:1.6em;
}

p+p {
	margin-top:-.8em;
}


blockquote {
	margin:1.6em 0;
	padding:0 1em;
}


blockquote > * {
	margin:.8em 0;
}

p {
	font-size: 1.1em; /* equivalent to 11pts */
	line-height: 1.6em;
	margin: 0 0 1.6em 0;
	}

p.captionText {
	font-size: 1em; /* equivalent to 10pts */
	line-height: 1.6em;
	}

sup {
	font-size: .7em; /* equivalent to 8pts */
	vertical-align: top;
	padding-left: .1em;
}

/* ----------------------------------------------------------------------- */
/* Link Styles                                                             */
/* ----------------------------------------------------------------------- */

a {
	position:relative;
	padding:.3em 0 .1em;
}

a:link {
	color:#633;
}

a:visited {
	color:#633;
}

a:active, a:focus {
	color:#633;
}

a:hover {
	color:#c99;
}

/* ----------------------------------------------------------------------- */
/* Form Styles                                                             */
/* ----------------------------------------------------------------------- */

label {
	font-size: 11px;
	line-height: 1.8em;
	color: #633;
}

input[type='checkbox'] + label, 
input[type='radio'] + label {
	line-height: 2.4em;
	font-weight: normal;
	padding: 0 0 0 1em;
}

fieldset {
	margin: 1.6em 0;
	padding: 1em;
	border: 1px solid #aaa;
}

legend {
	margin: 0 -.5em;
	padding: 0 .5em;
	font-weight: bold;
}

textarea,
 input {
	padding:.3em .4em .15em;
	}

select {
	padding:.1em .2em 0;
	font-family: monaco, "Lucida Console", courier, mono-space; 
	font-size: 1em;
	}

option {
	padding:0 .4em .1em;
	font-family: monaco, "Lucida Console", courier, mono-space; 
	font-size: 1em;
	}

button {
	border: 1px solid #aaa;
	background-color: #ccc;
	font-size: 1em;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	}

input[type='text'], 
input[type='password'],
textarea {
	font-family: monaco, "Lucida Console", courier, mono-space; 
	font-size: 1em;
	}

textarea, 
input[type='text'], 
input[type='password'],
select { 
	border: 1px solid #aaa; 
	background: #fff; 
	}

textarea:hover, 
input[type='text']:hover, 
input[type='password']:hover, 
select:hover { 
	border-color: #633; 
	}

textarea:focus, 
input[type='text']:focus, 
input[type='password']:focus, 
select:focus { 
	border-color: #633; 
	outline: 2px solid #e5cccd; 
	}

input[type='button'], 
input[type='submit'], 
input[type='checkbox'], 
input[type='image'], 
input[type='radio'], 
input[type='reset'], 
select, 
button { 
	cursor: pointer; 
	}
	

/* tell IE6 to behave */
* html textarea, 
* html input {
	padding: 0;
}

* html input,
* html option,
* html select,
* html textarea {
	font-family: Arial, helvetica, sans-serif; 
	}

* html option,
* html select {
	font-size: 1.2em;
	}
