body
{
    font-weight: normal;
    color: black;
    font-family: arial;
}
.title
{
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 15px;
    color: black;
}
.ltitle
{
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.bltitle
{
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.atitle {
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    color: #95B6D9;
}
.batitle {
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    color: #95B6D9;
}
.brtitle {
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    color: #FF0000;
}
.satitle {
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    color: #95B6D9;
}

.stext 
{
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    color: #868EA2;
}

.bBox
{
    font-family: Courier New;
    font-size: 12px;
    border-right: #95b6d9 1px solid;
    border-top: #95b6d9 1px solid;
    border-left: #95b6d9 1px solid;
    border-bottom: #95b6d9 1px solid;
    background-color: #f3f3f5;
}
.bBut
{
    font-family: Courier New;
    font-size: 14px;
    border-right: #95b6d9 1px solid;
    border-top: #95b6d9 1px solid;
    border-left: #95b6d9 1px solid;
    border-bottom: #95b6d9 1px solid;
    background-color: #d1d1f5;
}

.rBox
{
    font-family: Courier New;
    font-size: 12px;
    border-right: #95b6d9 1px solid;
    border-top: #95b6d9 1px solid;
    border-left: #95b6d9 1px solid;
    border-bottom: #95b6d9 1px solid;
    background-color: #FF0000;
    color:White;
}
.rBut
{
    font-family: Courier New;
    font-size: 14px;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: #FF0000;
    color:White;
}

.subPicTitle1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FF6300;
}
.alert {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
}
.code
{
    font-family: Courier New;
    font-size: 14px;
}

