﻿.thumbnail {
	float: left;
	width: auto;
	background-color: #f47621;
	padding: 10px;
	border-top: 1px solid #1a2c64;
	border-right: 2px solid #1a2c64;
	border-bottom: 2px solid #1a2c64;
	border-left: 1px solid #1a2c64;
	margin: 0px 4px 10px 0px;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	width: auto;
	margin: 0px 4px 10px 0px;
	background-color: #f47621;
	padding: 10px;
	border-top: 3px solid #1a2c64;
	border-right: 5px solid #1a2c64;
	border-bottom: 5px solid #1a2c64;
	border-left: 3px solid #1a2c64;
}
div.floatright img {
	border-top: 5px solid #1a2c64;
	border-right: 4px solid #1a2c64;
	border-bottom: 4px solid #1a2c64;
	border-left: 5px solid #1a2c64;
}
.floatleft {
	float: left;
	width: auto;
	margin: 0 4px 10px 0px;
	background-color: #f47621;
	padding: 10px;
	border-top: 4px solid #1a2c64;
	border-right: 5px solid #1a2c64;
	border-bottom: 5px solid #1a2c64;
	border-left: 4px solid #1a2c64;
}
div.floatleft img {
	border-top: 5px solid #1a2c64;
	border-right: 4px solid #1a2c64;
	border-bottom: 4px solid #1a2c64;
	border-left: 5px solid #1a2c64;
}
p {
	margin-top: 0;
}
table {
	margin: 0px auto;
}
div {
	color: #1a2c64;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
pre {
	color: #1a2c64;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: auto;
}
P {
	color: #1a2c64;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 5px;
	margin-left: 2px;
	margin-right: 6px;
}
hr {
	height: 4px; 
	width:auto; 
	color: #f47621;
}

body {
	/*
     * 12px = 75%
     * 11px = 68.75%
     * 10px = 62.5%
     */
    font-size: 75%;
	line-height: 1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
u {
	color: #f47621;
}
li {
	font-family: Teen, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #f47621;
}

h1, h2, h3, h4, h5 {
	Color: #1a2c64;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
*/

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; 
    text-align: center;
    }
h2 caption {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
	font-weight: bold;
}
h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h6 {
	
	font-size: 0.7em;
	text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color:#999;
    }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
body {
	background: #fff url(image/background_body.png) 0 0 repeat-x;
	color: #313131;
	}
		
	A { font-family: Tahoma, Verdana, Arial, Helvetica, Tahoma, Arial, sans-serif;
    color: #1a2c64;
    font-size: 1em;
    font-weight: bold; 
    text-decoration: none;       
}



A:link	  { text-decoration: none;
            color: #1a2c64;
}         
A:visited { text-decoration: none;
            color: #1a2c64;
}
A:hover   { text-decoration: underline;
            color: #f47621;
}
A:active  { text-decoration: none;
            color: #b2b2b2;
}
}