/*******************************************************************************
File: s10.css
Type: Cascaded stylesheet
History:
- Aug 2001: Laurent Pireyn - Creation
Description:
Stylesheet.
*******************************************************************************/

/*******************************************************************************
Entities
*******************************************************************************/

a {
	color: #993333;
	text-decoration: none;
        font-weight : bold ;
}

a:hover {
	color: #000066;
/*	text-decoration: underline; */
}

body {
	background-attachment: fixed;
	background-color: #FFCC99;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	margin: 0px;
}

hr {
	color: #000000;
	height: 1px;
	width: 100%;
}

img {
	border-style: none;
}

input {
	background-color: #FFFFCC;
	font-family: dialog;
	font-size: 8pt;
}

input.Box {
	background-color: #FFDDAA;
}

input.Button {
	background-color: #993333;
	border-bottom: solid 1px #330000;
	border-left: solid 1px #FF9999;
	border-right: solid 1px #330000;
	border-top: solid 1px #FF9999;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

input.Invisible {
	background-color: #993333;
	border-style: none;
	color: #FFFF99;
	font-weight: bold;
	text-align: center;
}

li {
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

p {
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}


p.Small {
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 7pt;
}

p.Center {
        text-align: center; 
         }
 

p.Button {
	text-align: right;
}

p.Error {
	color: #FF0000;
	font-weight: bold;
}

p.Header {
	color: #660000;
	font-weight: bold;
	text-align: left;
}

p.Header2 {
	color: #555555;
	font-weight: bold;
	text-align: center;
        font-size: 16;
}

p.Label {
	color: #660000;
	font-weight: bold;
}

p.Note {
	color: #666666;
	font-size: 8pt;
	text-align: right;
}

p.PanelTitle {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

p.Subtitle {
	color: #FFFF99;
	font-size: 10pt;
	font-weight: bold;
}

p.Title {
/*	color: #00FF00;  */
        color : #FFFFFF ;
	font-size: 12pt;
	font-weight: bold;
}

p.Remark {
	color: #660066;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
select {
	background-color: #FFFFCC;
	font-family: dialog;
}
q

table {
	border-style: none;
}

table.Hint {
   background-color: #FFFFCC;
   border: solid 1px #999999;
   width: 70%;
}

td {
	border-style: none;
}


td.BorderTop {
	border-top: solid 1px #993333;
}

td.Filled {
	background-color: #993333;
}

td.PanelContent {
	background-color: #FFDDAA;
	border: solid 1px #993333;
	padding: 0px;
}

th {
	border-bottom: solid 1px #993333;
}

/*******************************************************************************
End
*******************************************************************************/

