@charset "utf-8";
/* CSS Document */

/*
      Created by Jean Louis	  
	  E-Mail: jean.louis@louisdesign.com	  
	  
*/


body {
background-color:ffffce;
}

p {}
td {}

h2 {
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

#form-table {
padding: 3px 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 700px;
}

.class { background-color: #c0defc; }

#addPanel {
width:525px; padding:10; background:#ffffce; 
border:0;
text-align:left;
}
   
#posted {
background:#fbfbb4; border: 1px solid #cccc9a;
}
   
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #336633;}
A:active {text-decoration: none; color: #cc3333;}
A:hover {text-decoration: none; color: #cc3333;}

.tdTextRight {
text-align:right;
}

.littleRed {
color:#FF0000;
font-size:11px;
}

.Red {
color:#FF0000;
}


