/* CSS Document */

/******************/
/*BODY            */
/******************/

body {
	font-family: "Trebuchet MS", "Arial", "Geneva", "Lucida", "Helvetica", sans-serif;
	font-size: 85%;
	text-align: left;
	color: #000000;
	background: #FFFFFF url(../images/bg.jpg) repeat-x scroll top;
	margin:	50px
			100px
			50px
			100px;
	}

/******************/
/*HEADERS         */
/******************/

h1 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #0000FF;
	background: transparent;
	clear: none; 
	margin:	10px
			0px
			0px
			30px;
	}

h2 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #0000FF;
	background: transparent;
	clear: both;
	margin:	30px
			0px
			0px
			30px;
	}

h3 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #000000;
	background: transparent;
	clear: both;
	margin:	0px
			0px
			0px
			30px;
	}

/******************/
/*LISTS           */
/******************/

dt {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #000000;
	background: transparent;
	margin:	20px
			20px
			0px
			30px;
	}

dd {
	margin:	0px
			20px
			0px
			60px;
	}

/******************/
/*DIVISION        */
/******************/

div {
	clear: both;
	}

hr {
	clear: both;
	margin:	50px
			40px
			0px
			0px;
	}

/******************/
/*PARAGRAPH       */
/******************/

p {
	clear: none;
	margin:	15px
			20px
			0px
			40px;
	}

/******************/
/*span            */
/******************/

span {
	clear: none;
	margin:	0px;
	padding: 0px;
	}

/******************/
/*CLASS           */
/******************/

.footer {
	font-style: italic;
	font-size: 85%;
	line-height: 150%;
	margin: 300px
			0px
			100px
			0px;
	}

.pull_in {
	margin:	20px
			80px
			20px
			40px;
	}

.tiny {
	font-size: 35%;
	margin:	0px;
	padding: 0px;
	}

.alert {
	color: #FF0000;
	}

.subtitle {
	font-size: 125%;
	text-align: center;
	}

/******************/
/*TABLE           */
/******************/


table {
	border-collapse: collapse;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

table.form {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 10px;
	}

td {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
	border-width: 0px;
	}

/******************/
/*PSEUDO-CLASS    */
/******************/

A:link {
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A:visited {
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A:hover {
	text-decoration: none;
	color: #0000FF;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
		}

A:active {
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A.menu:link {
	font-weight: normal;
	}

A.menu:visited {
	font-weight: normal;
	}

A.menu:hover {
	font-weight: normal;
	}

A.menu:active {
	font-weight: normal;
	}

/******************/
/*IMAGE           */
/******************/

img {
	border-width: 0px;
	margin:	10px
			30px
			10px
			30px;
	float: left;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}

img.right {
	float: right;
	vertical-align: middle;
	}






