﻿.index
{
	margin: 0px;
	padding: 0px;
	width: 815px;
	font-size: 10pt;
	height: 30px;
	margin-bottom: 20px;
}

.index
{
    float: left;
	color: #444444;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	height: 30px;
	margin-bottom: 20px;
}

.index a
{
    display: inline-block;
    color: #7f92ef;
    width: 23px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.index a:hover
{
    background-color: #e1e6fb;
    color: #0d29b9;
    text-decoration: underline;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.word
{
	float: left;
	clear: both;
	margin: 0px 30px 25px 30px;
	padding: 0px 10px 25px 10px;
	font-size: 11pt;
	line-height: 1.5em;
	width: 750px;
	border-bottom: 1px #DDDDDD solid;
	color: #555555;
}

.word b
{
	color: #333333;
}

.word img
{
	float: right;
	margin-left: 30px;
}