
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

a {
    color: #0066CC;
}

a:hover {
    color: #0099ff;
	text-decoration: underline;
}

div#body {
	width:660px;
	margin:auto;
    color:#666;
    line-height:130%;
}
p.red {
	color:red;
}

div#ALERTBOX {
	background: none repeat scroll 0 0 #FFEEEE;
    border: 1px dotted #999999;
    font-size: small;
    margin: 3px 45px 10px;
    padding: 10px;
}

h1 {
	text-align:center;
}
h3 {
	font-size: medium;
    font-weight: bold;
    margin: 35px 0 0 40px;
    padding: 0 0 0 3px;
}

table.q {
border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #999999;
    margin: 5px 0px 0;
    width: 660px;
    font-size: 1em !important;
}

table.q th ,
table.q td {
    border-bottom: 1px dotted #999999;
    font-size: small;
    line-height: 130%;
    padding: 10px;
    vertical-align: top;
}

table.q td table td {
    border-bottom: 0px dotted #999999;
    font-size: small;
    line-height: 130%;
    padding: 10px;
    vertical-align: top;
}

table.q th {
    font-weight: 300;
    text-align: left;
    width: 30%;
}
table.q th em {
	color:red;
}

table.q th div.img {
    margin-bottom: 3px;
    text-align: center;
}

table.q th table.spec {
    border-collapse: collapse;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 auto;
}

table.q th table.spec td,
table.q th table.spec th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #666666;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
    text-align: center;
    width: 50%;
}
table.q th table.spec th {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: 600;
}

table.q td {
    background-color: #EEEEEE;
    width: 70%;
}
table.q td h5 {
    border-bottom: 1px solid #999999;
    margin: 0;
    padding-bottom: 5px;
}
table.q td h5 span{
	color:#0099ff;
}

input.BTMSubmit {
    font-size: medium;
    margin: 5px 0 0;
    padding: 5px;
    width: 130px;
}

div#footer {
	margin-top:1em;
	border-top:1px solid gray;
}

