body
{
	font-size:11pt;
	font-weight:normal;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	font-family:Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size-adjust:.5;
	background-color:#ffffcc;
	text-color:#ffffff;
	margin:0;
	background-image:url("Images/bgr1.gif");
}

table	/*sets style for table*/
{
	font-size:11pt;
}

div,p	/*paragraphes*/
{
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
div.feedback	/*defines style for feedback*/
{
	font-size:80%;
	font-style:oblique;
	text-align:right;
	font-weight:bold;
}
div.subtitle
{
	font-size:10;
	font-style:oblique;
	text-align:center;
}
div.first:first-letter	/*makes first letter in the text big*/
{
	font-size:200%;
}
div.copyright
{
	font-size:8pt;
}

h1,h2,h3,h4,h5,h6	/*defines style for headers*/
{
	margin-left:10px;
	margin-right:10px;
	text-transform:uppercase;
	text-align:left;
	color:#005500;
}
h1.title	/*defines style for header1 in the title*/
{
	text-transform:none;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

.center	/*sets text alignment*/
{
	text-align:center;
}
.right	/*sets text alignment*/
{
	text-align:right;
}
.left	/*sets text alignment*/
{
	text-align:left;
}

p.increase /*increases space between lines*/
{
	line-height:.5cm;
}

.padding	/*sets size of padding*/
{
	padding-top:1cm;
	padding-bottom:.5cm;
}

li.none	/*list without marks*/
{
	list-style-type:none;
}

#bold	/*bold text*/
{
	font-weight:bold;
}

img	/*sets images' border*/
{
	border:0;
}

a:active	/*selected link*/
{
	color:#003300;
}
a:visited	/*visited link*/
{
	color:#663300;
}
a:link	/*unvisited link*/ 
{
	color:#003300;
}
a:hover	/*mouse over link*/
{
	color:#009900;
}

font.normal
{
	font-variant:normal;
	font-style:normal;
}
