

body
{
	font-family:Verdana;
	font-size: 11px;
}

input[type="text"]
{
	font-family:Verdana;
	font-size: 11px;
}

input[type="button"]
{
	font-family:Verdana;
	font-size: 11px;
}

img
{
	border-width:0px;
}


/* 
 * Effects
 */

.normal
{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}

.mini
{
	font-size:80%;
}

.maxi
{
	font-size:125%;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}

.underline
{
	text-decoration:underline;
}

.warning
{
	font-weight:bold;
	color:#800000;
}

.warningField
{
	background-color:#FF7070;
}



/* Usefull */
div.field, span.field
{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

input[type=text].field
{
	width:100%;
}

.locale
{
	color:White;
	background:#000080;
	font-variant:small-caps;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	margin-bottom:5px;
}

.floatLeft
{
	float:left;
	margin-right:5px;
}

.floatRight
{
	float:right;
	margin-left:5px;
}


h1
{
	font-size:300%;
	font-weight:normal;
}

h2
{
	font-size:250%;
	font-weight:normal;
}

h3
{
	font-size:200%;
	font-weight:normal;
}

h4
{
	font-size:150%;
	font-weight:normal;
}

h5
{
	font-size:125%;
	font-weight:normal;
}
