h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	font-family: 'Georgia', serif;
}

h1.title {
    background: url(../image/template/line_ornament.gif) no-repeat;
    background-position: center bottom;
    display: block;
    padding: 0px 0px 15px 0px;
}

h1.top-spacer {
    margin-top: 40px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	font-family: 'Georgia', serif;
}

h3.title {
    background: url(../image/template/line_ornament.gif) no-repeat;
    background-position: center bottom;
    display: block;
    padding: 0px 0px 15px 0px;
}

p {
	margin: 7px 0 14px 0;
	line-height: 16px;
}

p.justify {
	text-align: justify;
}

p.mark {
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 14px;
}

img.img_left {
	float: left;
	margin: 0 20px 20px 0px;
}

img.img_right {
	float: right;
	margin: 0 0px 20px 20px;
}

img.img_first {
	margin-top: 7px;
}

img.img_bottom {
	margin-bottom: 0px;
}

img.img_border {
    border: solid 3px #E1C59E;
    padding: 2px;
}

ol {
	margin: 7px 0 14px 0px;
	line-height: 16px;
	padding: 0;
}

ol li {
	margin: 10px 0  0 30px;
	padding: 0;
}

ul {
	margin: 7px 0 14px 0px;
	line-height: 16px;
	padding: 0;
}

ul li {
	margin: 5px 0  0 25px;
	padding: 0;
}

ul.none {
	list-style-type: none;
}

ul.rank {
	margin-bottom: 20px;
}

ul.rank li {
	margin-left: 20px;
}

table.organizers {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

table.organizers td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;    
}

table.organizers td.logo {
    text-align: center;
    width: 65px;
    padding-right: 30px;
}

table.organizers td.separator {
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

div.line {
     background: url(../image/template/line_simple.gif) repeat-x 0px center;
     width: 95%;
     height: 10px;
     font-size: 1px;
     margin: auto;
}

ul.download {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.download li {
    padding: 0px;
    margin: 5px 0px 5px 10px;
    line-height: 12px;
}

ul.download li a {
    font-weight: normal;
    text-decoration: none;
    padding: 7px 0px 7px 35px;
    line-height: 30px;
}

ul.download li a:hover {
    text-decoration: underline;
}

ul.download li a.pdf {
    background: url(../image/icon/ico_pdf.gif) no-repeat 0px 0px;
}

ul.download li a.doc {
    background: url(../image/icon/ico_doc.gif) no-repeat 0px 2px;
}

ul.download li a.odt {
    background: url(../image/icon/ico_odt.gif) no-repeat 0px 2px;
}