@charset "utf-8";
/* CSS Document */

html, body { 
    height: 100%; 
    margin: 0 0 1px 0; 
    padding: 0; 
} 

P {

	FONT-SIZE:12px;
	COLOR: #ffffff; 
	font-family: "Arial", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
	line-height: 170%;
}


.texta {
 font-size: 13px;
 font-family: "Arial", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
 background-color: #ffffff;
 color:#000000;
}

table.mytable { width: 85%; padding: 2px; border: none; border: 1px solid #BC7982; }
table.mytable2 { padding: 2px; border: none; border: 1px solid #BC7982; }
td.mytabletd { padding: 2px; border: none; border: 1px solid #BC7982; }

a:link,a:active{color:#B87981;font-weight:normal; text-decoration:underline}
a:visited{color:#B87981;font-weight:normal;text-decoration:underline}
a:hover{color:#B87981;font-weight:normal;text-decoration:none}

a.nav:link,a.nav:active{color:#ffffff;font-weight:normal; text-decoration:underline}
a.nav:visited{color:#ffffff;font-weight:normal;text-decoration:underline}
a.nav:hover{color:#ffffff;font-weight:normal;text-decoration:none}

a.pink:link,a.pink:active{color:#B87981;font-weight:normal; text-decoration:none}
a.pink:visited{color:#B87981;font-weight:normal;text-decoration:none}
a.pink:hover{color:#B87981;font-weight:normal;text-decoration:underline}
