
.tdTop {
	width: 350px;
	vertical-align: top;
	font-family: Verdana;
	}

p.lh100 { line-height: 110% ; margin: 0px 0px 0px 0px }
p.lh90 { line-height: 100% ; margin: 0px 0px 0px 0px }
p.lh60 { line-height: 70% ; margin: 0px 0px 0px 0px }

body {
	color: #737373;
	font-size: 10px;
	font-family: Verdana;
	}

textarea,input,select {
	background-color: #FDFBFB;
	border: 1px solid #BBBBBB;
	padding: 2px;
	margin: 1px;
	font-size: 14px;
	color: #808080;
	}

a, a:link, a:visited, a:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 10px;
	}

a:hover {
	border-bottom: 1px dotted #c1c1c1;
	color: #AAAAAA;
	}
img {
	border: none;
	/*width: 100%;*/
	max-width: 704px;
	}

table {
	max-width: 706px;
	}

td {
	font-size: 14px;
	color: #097CDD;
	}


@media only screen
and (min-width : 320px)
and (max-width : 700px) {

        .imgMain {
                width: 100%
                }


	.tdTop {
	        width: 50%;
	        vertical-align: top;
	        font-family: Verdana;
	        }
	}

