/* general styles */
.content {
    font-family: Verdana, Arial;
    font-size: .8em;
}

.content td {
    vertical-align: top;
    padding: 10px;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dashed none;
    font-size: 10pt;
}

.content td * td {
	padding: 2px;
    border-style: none;
}

.content table {
    width: 750px;
    border-spacing: 0px 5px;
}
.content table * table {
    width: auto;
}

.content h4 {
	font-size: 1.2em;
}

.content h3 {
	font-size: 1.3em;
}

.content #list {
    width:750px;
}

.content #warning {
    background-color:#CCCCCC;
}

/** end general styles **/

/** link styles **/
.content a:link {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

.content a:visited {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

.content a:active {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover {
    color: #3D65CB;
    text-decoration: underline;
    font-weight: bold;
}
/** end link styles **/
/* general styles */
#content {
    font-family: Verdana, Arial;
    font-size: .8em;
}

#content td {
    vertical-align: top;
    padding: 10px;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dashed none;
    font-size: 10pt;
}

#content td * td {
	padding: 2px;
    border-style: none;
}

#content table {
    width: 100%;
    border-spacing: 0px 5px;
}
#content table * table {
    width: auto;
}

#content h4 {
	font-size: 1.2em;
}

#content h3 {
	font-size: 1.3em;
}

#content #list {
    width: 100%;
}

#content #warning {
    background-color:#CCCCCC;
}

/** end general styles **/

/** link styles **/
#content a:link {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

#content a:visited {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

#content a:active {
    color: #3D65CB;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    color: #3D65CB;
    text-decoration: underline;
    font-weight: bold;
}
/** end link styles **/
