html {
    overflow: scroll;
}

body	{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p	{
	color: #000000;
	margin: 10pt 20pt;
	text-align: justify;
	line-height: 130%;
}

input {
	color: #330099; 
	background: #EDEDFF;
	border: 1px solid #330099
}

select {
	color: #330099;
	background: #EDEDFF;
	border: 1px solid #330099
}

textarea {
	color: #330099;
	background: #EDEDFF;
	border: 1px solid #330099
}

a	{
	color: #330099;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
	color: #0000FF;
}

a.partnerover {
		text-decoration: none;
		font-weight: bold;
		color: #330099;
	    font-size: 75%;
}

a.partnerover:hover {
		color: #0000FF;
	    font-size: 75%;
}

a.speaker {
		font-weight: bold;
		color: #330099;
	    font-size: 75%;
}

a.speaker:hover {
        text-decoration: underline;
		color: #0000FF;
	    font-size: 75%;
}

h1	{
	color: #330099;
	font-size: 175%;
}

h2	{
	color: #330099;
	font-size: 150%;
}

fieldset {
		border-width: 1px;
		border-style: solid;
		border-color: #330099;
}

legend {
		color: #330099;
		font-size: 80%;
}

ul	{
		text-align: justify;
		line-height: 130%;
		list-style: url(images/bleu.gif);
}

ul ul {
		list-style: url(images/bleu2.gif);
}

li	{
		color: #000000;
		padding: 3px;
}

td.smalltable {
		font-size: 80%;
}

.label {
		color: #330099;
}

.labeltitle {
		color: #330099;
	    font-size: 125%;
}

.request {
        color: #666666;
        font-size: 70%;
}

.error {
        color: #FF0000;
}

.important {
        color: #FF0000;
		font-size: 125%;
		padding: 15px;
}

.title {
		color: #888888;
		font-size: 90%;
		padding: 15px;
}