BODY {
margin: 0px;
padding: 0px;
background-color: #ffffff;
font-family: Verdana, Arial, sans-serif;
}

.image {
border: 3px solid #c5c5c5;
}

.style1 {
color: #5111bb;
font-size:26px;
font-weight: bold;
}
.style2 {
color: #5111bb;
font-size:18px;
}

.inner_table {
border: 1px solid #c0c0c0;
}

.header {
color:red;
font-size:16px;
font-weight: bold;
}

.header_black {
font-size: 16px;
font-weight: bold;
color: black;
}

.normal {
color: #000000;
font-size:13px;
}

.small {
color: #000000;
font-size:11px;
}

a {
color: #5111bb;
}

.link_head:link {
font-size: 16px;
text-decoration: none;
}
.link_head:visited {
font-size: 16px;
text-decoration: none;
}
.link_head:active {
font-size: 16px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_head:hover {
font-size: 16px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

.link_black:link{
color: #000;
font-size: 14px;
text-decoration: none;
}
.link_black:visited{
color: #000;
font-size: 14px;
text-decoration: none;
}
.link_black:active{
color: #000;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #000;
}
.link_black:hover{
color: #000;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #000;
}

.link_normal:link {
font-size: 14px;
text-decoration: none;
}
.link_normal:visited {
font-size: 14px;
text-decoration: none;
}
.link_normal:active {
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_normal:hover {
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

.link_small:link {
font-size: 11px;
text-decoration: none;
}
.link_small:visited {
font-size: 11px;
text-decoration: none;
}
.link_small:active {
font-size: 11px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_small:hover {
font-size: 11px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

input.text {
color: #000000;
background: #f2f6f9;
border: 1px solid #c0c0c0;
}

textarea {
color: #000000;
background: #f2f6f9;
border: 1px solid #c0c0c0;
}