a:link, a:visited {color: #000; text-decoration: none;font-weight: bold;}
a:hover { color: #337DD9;font-weight: bold;}
td,tr,p,div{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

a.namelink:link, a.namelink:visited {color: #1772A2; text-decoration: none; font-weight: bold;}
a.namelink:hover { color: #1772A2; font-weight: bold;}

.button_next
{
	position: absolute;
    background: url(../images/button_unselect.png) no-repeat;
	left: 100px;
	top: 340px;
	border: 0 none;
    color: #000;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 0 ;
    text-align: center;
    width: 51px;
    font-weight: bold;
	line-height:20px;
}
.button_prev
{
	position: absolute;
    background: url(../images/button_unselect.png) no-repeat;
	left: 50px;
	top: 340px;
	border: 0 none;
    color: #000;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 0 ;
    text-align: center;
    width: 51px;
    font-weight: bold;
	line-height:20px;
}
.button_next_select
{
	position: absolute;
    background: url(../images/button_select.png) no-repeat;
	left: 100px;
	top: 340px;
	border: 0 none;
    color: #000;
    display: block;
    height: 24px;
    padding: 0 ;
    text-align: center;
    width: 51px;
    font-weight: bold;
	line-height:20px;
}
.button_prev_select
{
	position: absolute;
    background: url(../images/button_select.png) no-repeat;
	left: 50px;
	top: 340px;
	border: 0 none;
    color: #000;
    display: block;
    height: 24px;
    padding: 0 ;
    text-align: center;
    width: 51px;
    font-weight: bold;
	line-height:20px;
}
.buttonsmall_next
{
    position: absolute;
    background: url(../images/button_unselect_small.png) no-repeat;
    border: 0 none;
    color: #000;
	left: 150px;
	top: 340px;	
    cursor: pointer;
    display: block;
    height: 22px;
    padding: 0 ;
    text-align: center;
    width: 22px;
    font-weight: bold;
	line-height:20px;	
}
.buttonsmall_prev
{
    position: absolute;
    background: url(../images/button_unselect_small.png) no-repeat;
    border: 0 none;
    color: #000;
	left: 27px;
	top: 340px;	
    cursor: pointer;
    display: block;
    height: 22px;
    padding: 0 ;
    text-align: center;
    width: 22px;
    font-weight: bold;
	line-height:20px;	
}
.buttonsmall_next_select
{
    position: absolute;
    background: url(../images/button_select_small.png) no-repeat;
    border: 0 none;
    color: #000;
	left: 150px;
	top: 340px;	
    cursor: pointer;
    display: block;
    height: 22px;
    padding: 0 ;
    text-align: center;
    width: 22px;
    font-weight: bold;
	line-height:20px;	
}
.buttonsmall_prev_select
{
    position: absolute;
    background: url(../images/button_select_small.png) no-repeat;
    border: 0 none;
    color: #000;
	left: 27px;
	top: 340px;	
    cursor: pointer;
    display: block;
    height: 22px;
    padding: 0 ;
    text-align: center;
    width: 22px;
    font-weight: bold;
	line-height:20px;	
}

.search
{
	background-color: #FEFF6F;
}

.classBlod
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}		
.firstText
{
    height: 176px;
    width: 180px;
    padding: 10px;
    background: url(../images/iframe_bg_1.png) no-repeat top left;
}
.firstText p
{
    font-size: 19px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #135c83;
}
