/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
/**	background-image: url(bckgrnd1.jpg) repeat;*/
      background-color: #FF9966; 
}

table {
	
      background-color: #FFFFFF; 
}

/**.tback {
      background-color: #FFFFFF; 
}*/

img {
	border: none;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 15px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
     margin-left: 15px;
     margin-right: 11px; 
	}
.p2 {
	margin-left: 5px;
}

.block {
	margin-left: 10px;
      }


/** LINKS */

/** a {
	color: #0000FF;
}

a:visited {
     color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}
*/

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }




































































































