/*-------------------------------  Defaults  -------------------------------*/

* {				margin:0;
				padding:0;
				border:0;}

body {				text-align:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:90%; 
				color: #000; 
                background-color:  #fffce5; }

h1 {				font-size:1.1em;
				margin-bottom:7px; text-align:center;}
h2 {				font-size:1em;
				margin-bottom:7px;}
p {				margin-bottom:10px;}

a:link {
text-decoration:none; font-weight: bolder;  
}
a:visited {
	font-weight:bold; 
	text-decoration:none;} 
a:hover 
 {
text-decoration: underline;color:red; 
} 


/*--------------------------------  Div ID's  -------------------------------*/
.floatleft  {float:left; }
#container {width:760px; margin:1em auto ; }

#top { height:80px;padding:0.6em 0;  background-image: url(../images/degr-100px.gif); background-repeat:repeat-x; }


#wrapper {			width:440px;
				margin:10px auto;
				
				color:#000;background-color:#fffce5;
				border:4px ridge #000;
				padding:20px 30px;}




/*-----------------------------  Input Classes  -----------------------------*/

input.form, 
textarea.form, 
input.button  {			border:solid 1px #333; background-color:#ffffa0;}

textarea.form {			margin-left:75px;}

input.button {			font-size:0.95em;
				width:120px;
				font-weight:bold;}




/*---------------------------------  Lists  ---------------------------------*/

ul.error {			width:350px;
				margin:10px auto;
				color:#C00000;
				background-color:transparent;
				font-size:1em;}

ul.error li {			font-size:0.9em;
				margin-left:25px;}




/*---------------------------  Paragraph Classes  ---------------------------*/

p.centered {			text-align:center;
				font-weight:bold;
				margin:10px;}

p.small {			font-size:0.85em;}




/*------------------------------  Span Classes  -----------------------------*/

span.required {			font-size:1em;
				color:#C00000;
				background-color:transparent;
				width:5px;
				text-align:right;
				margin-left:60px;
				line-height:2em;}

span.fieldname {		font-weight:bold;
				width:100px;
				text-align:right;
				padding: 0 5px;}
	.tenue { font-size:80%; color:#666; }

