/* CSS Document */

body {
    font-size: 10pt;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding: 20px;
}

a {
    color: #000;
}

a:link:after {
    content: " (" attr(href) ") ";
}

h1 {
    color: #D31820;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
    color: #D31820;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #7E7D6F;
                color: #666666;
	line-height: 1.5;
}

ul {
    list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #7E7D6F;
                color: #666666;
	padding: 0px;
	margin: 15px 0px;
}

ul li {
    line-height: 1.5;
	margin-left: 15px;
}

ol {
    list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #7E7D6F;
                color: #666666;
	padding: 0px;
	margin: 0px;
}

ol li {
    line-height: 1.5;
	margin-left: 25px;
}

p.more {
    text-align: right;
}

p.more a {
    font-style: normal;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

a {
    color: #000;
}

p.more a:link:after {
    content: " (" attr(href) ") ";
}

p.more a:link {
    color: #000000;
	text-decoration: none;
}

p.more a:visited {
    color: #000000;
	text-decoration: none;
}

p.more a:hover {
    color: #000000;
	text-decoration: none;
}

p.more a:active {
    color: #000000;
	text-decoration: none;
}

img {
    padding: 5px;
	/*margin: 5px 0px 5px 5px;*/
	border: 1px solid #D31820;
	float: right;
}

.imggroup {
    padding: 5px;
	margin: 5px 0px 5px 5px;
	text-align: center;
	verticla-align: top;
	/*border: 1px solid #666666;*/
	background-color: #F3F3F3;
	float: right;
}

.imggroup img {
    border: none;
	float: none;
	padding: 0px;
}

.imggroup p {
    margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 9pt;
	font-family: Arial, san-serif;
}

#breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9pt;
}

#breadcrumb a {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: lowercase;
	color: #666666;
	font-weight: normal;
}

#breadcrumb a:link {
    color: #666666;
	text-decoration: none;
}

#breadcrumb a:visited {
    color: #666666;
	text-decoration: none;
}

#breadcrumb a:hover {
    color: #666666;
	text-decoration: underline;
}

#breadcrumb a:active {
    color: #666666;
	text-decoration: none;
}

a.category {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 9pt;
}

.category a:link {
    color: #666666;
	text-decoration: none;
}

.category a:visited {
    color: #666666;
	text-decoration: none;
}

.category a:hover {
    color: #666666;
	text-decoration: underline;
}

.category a:active {
    color: #666666;
	text-decoration: none;
}

p.tab1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
    font-weight: bold;
}

p.tab2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
    font-weight: bold;
}

p.printlink {
    display: none;
}