/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {background-color: #FFFFFF; background-image:url(images/bg-graphic.jpg); background-position: center 100px; background-repeat: no-repeat; margin-top: 10px; margin-bottom:0px;font-size:16px;}

h4{margin-top: 3px;}
table {background-color: #ffffff;}

li {list-style-image:url(images/icons/arrow.jpg);}
hr{color: black;}
.footer{font-size: 10px;}
p.smalltext{font-size: 10px;font-weight: bold; margin-top: 10px;margin-bottom: 10px;}
.smalllink{font-size: 10px;font-weight:bold;}
.eng{font-size: 12px; }

.level_b{
	list-style:none;
	background: url(images/icons/beginner.gif) left 1px no-repeat;
	padding-left: 30px;
	margin-left: 10px;
	line-height: 21px;
}

.level_m{
	list-style:none;
	background: url(images/icons/moderate.gif) left 1px no-repeat;
	padding-left: 30px;
	margin-left: 10px;
	line-height: 21px;
	}

.level_e{
	list-style:none;
	background: url(images/icons/expert.gif) left 1px no-repeat;
	padding-left: 30px;
	margin-left: 10px;
	line-height: 21px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0092CB;
	text-decoration: none;
}

