@charset "utf-8";
/* CSS Document */

body {
font-family : "georgia";
font-size : 8pt;
color : #666666;
line-height : 17px;
margin : 0;
background : url(../images/back.jpg);
background-repeat: repeat-x;
background-color: #fff;
}
.left {
background : url(../images/left.jpg);
background-repeat:no-repeat;
background-color: #fff;
background-position:top;
width:26px;
}
.right {
background : url(../images/right.jpg);
background-repeat:no-repeat;
background-color: #fff;
background-position:top;
width:26px;
}

.mainline {color : #666666; font-family : "georgia"; font-size : 8pt; border-right : 1px solid #ECECEC;}
.mainlinetwo {color : #666666; font-family : "georgia"; font-size : 8pt; border-bottom : 1px solid #ECECEC;}

.font {
font-family : "georgia";
font-size : 9pt;
color : #007AAD;
}

.fonttwo {
font-family : "georgia";
font-size : 15pt;
color : #007AAD;
}

.fontthree {
font-family : "georgia";
font-size : 12pt;
color : #007AAD;
}

a {color : #007AAD; text-decoration : underline; font-size : 8pt; line-height : 17px;}
a:hover {color : #666666; text-decoration : none; font-size : 8pt; line-height : 17px;}

.inp {
font-family : "georgia";
font-size : 12pt;
color : #666666;
line-height : 17px;
margin : 0;
background : url(../images/input.jpg);
background-repeat: repeat-x;
background-color: #fff;
height:20px;
border : 1px solid #cccccc;
}
.txt {
font-family : "georgia";
font-size : 12pt;
color : #666666;
line-height : 17px;
margin : 0;
background : url(../images/input.jpg);
background-repeat: repeat-x;
background-color: #fff;
border : 1px solid #cccccc;
}

.img {
border : 5px solid #e7e7e7;
}