/*
Version: 1.0.0
Version History
	1.0.0 - 2010-3-26 texnos inc.
*/

body{
    height: 100%;
    margin:19px 0;
    background:#fff url(images/topbg1.jpg);
    background-repeat: none;
    background-position: 0 0;
    font:12px Arial;
    color:#3e3e3e;
}


a{
    color:#0080C0;
    text-decoration:none;    
}
a:hover{
    text-decoration:underline;
}
img{
    border-style:none;
}

p{
	font-family: Arial;
	font-size: 12px;
	margin:10px 5px 5px 5px;
	color:#222222;

}
a.none{
    display:none;
    text-indent:-9999px;
    overflow:hidden;
}





/*-----main box ---- */
#main{
    width:600px;
    background:#transparent;
    text-align: left;
    padding:100px 5px 5px 5px;
    margin-left: 100px;
    margin-right: auto;
}

div#main h2 {
	font-size: 150%;
	font-weight: bold;
	color: #0080C0;
	clear: both;
}


.ico{
	float: left;
	margin-right: 2em;

}

.clear{
	clear: both;
}

.footer{
	font-size: 90%;
	font-weight: none;
	color: #444444;
	padding:10px 0px 0px 0px;

}


/* ---- end ---- */

