.strikeout {
	text-decoration: line-through;
}

.little {
	font-size: 12px;
}

.alert {
	color:red;
	text-align:center;
}

.attention {
	color: red;
}

a:visited {
	color: #4A8CDC;
}

.click-menu .box1 {
    background-color: #002952;
    color: #4A8CDC;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #002952;
    border-style: solid solid solid solid;
    cursor: default;
    width: 100%;
    position: relative;
}
.click-menu .box1 a {
    color: #4A8CDC;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box1-hover {
    background-color: #4A8CDC;
    color: #002952;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #4A8CDC;
    border-style: solid solid solid solid;
    cursor: default;
    width: 100%;
    position: relative;
}
.click-menu .box1-hover a {
	color: #002952;
	text-decoration: none;
	white-space: nowrap;
}
.click-menu .box1-open {
    background-color: #202340;
    color: #99bb99;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    width: 100%;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    width: 100%;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.click-menu .section {
    background-color: #224441;
	color: #8BAA88;
	font-weight: bold;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
    color: #8BAA88;
    text-decoration: none;
	font-weight: normal;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
    width: 100%;
	white-space: nowrap;
}
.click-menu .box2-hover {
    background: #000000;
    width: 100%;
	white-space: nowrap;
}
.click-menu .box3 {
	padding: 0px 0px 0px 15px;
}
.click-menu .box3-hover {
	background: #000000;
	width: 100%;
	padding: 0px 0px 0px 15px;
	white-space: nowrap;
}

.disclaimer {
	background: yellow;
	color: black;
}
