@charset "utf-8";
/* CSS Document */

body
{

}
.title
{
	font-size: 20px;
	font-weight: bold;
    color: #1537D1;
}
.title2
{
	font-size: 15px;
	font-weight: 600;
    color: #1537D1;
}
.title3
{
    color: #1537D1;
}
.mainbody
{
    font-size: 12px;
	font-weight: norm;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 5px;
}
p
{

}
p.caption
{
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    color: #1537D1
}
a
{
    color: #1537D1;
    text-decoration: none;
}
a.menu
{
    color: white;
    text-decoration: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
	font-weight: bold;
}
div.menu
{
    text-align: center;
    width: 150px;
    height: 16px;
    margin: 0px;
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color: #2607ED;
    background-color: #1537D1;
}
div:hover.menu
{
    background-color: #A0C2F2;
}
div.button
{
    text-align: center;
    width: 200px;
    height: 16px;
    margin: 0px;
    padding: 8px;
    border: solid;
    border-width: 1px;
    border-color: #2607ED;
    background-color: #1537D1;
}
div:hover.button
{
    background-color: #A0C2F2;
}
