body
{
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0px;
    font-size: 14px;
}

img {border: none; padding: 0; margin:0;}

.headmenu
{
	float: right; 
	font-size: 17px; 
	color: rgb(153, 153, 153); 
	padding: 8px 0pt 0pt;
}

.headmenu a:link {color: rgb(153, 153, 153); text-decoration: none;}
.headmenu a:visited{color: rgb(153, 153, 153); text-decoration: none;}
.headmenu a:active {color: rgb(153, 153, 153); text-decoration: none;}
.headmenu a:hover{color: rgb(254, 126, 1); text-decoration: none;}

.maintext a:link {color: #000000; text-decoration: none; border-bottom: 1px dashed #999999;}
.maintext a:visited{color:#000000; text-decoration: none; border-bottom: 1px dashed #999999;}
.maintext a:active {color: #00000; text-decoration: none; border-bottom: 1px dashed #999999;}
.maintext a:hover{color: rgb(254, 126, 1); text-decoration: none; border-bottom: 1px dashed #999999;}

a.detailpagelink:link {font-size: 14px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none; float: right;}
a.detailpagelink:visited{font-size: 14px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none; float: right;}
a.detailpagelink:active {font-size: 14px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none; float: right;}
a.detailpagelink:hover{font-size: 14px; font-weight: bold; color: rgb(254, 126, 1); text-decoration: none; float: right;}

a.archivelink:link {font-size: 16px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none;}
a.archivelink:visited{font-size: 16px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none;}
a.archivelink:active {font-size: 16px; font-weight: bold; color: rgb(127, 128, 129); text-decoration: none;}
a.archivelink:hover{font-size: 16px; font-weight: bold; color: rgb(254, 126, 1); text-decoration: none;}
.maintext{
	font-size: 14px; 
	line-height: 16px; 
}
.maintext .underimgtext
{
	text-align: center;
        font-size: 14px; 
        padding: 0 13px 0 0;
        width: 155px;
}

.maintext img
{
	float: left;
	margin: 3px 15px 10px 0;
}

.maintext .liblock
{
	text-align: justify;
    font-size: 14px;
    margin: 3px 0 9px 12px; 
}

.maintext .arrow
{
        width: 8px;
	vertical-align: top;
        padding: 6px 0 0 0; 
}

h3
{
        font-size: 21px;
        font-weight: bold;
        margin: 0 0 14px 0;
        padding:0;
}

h4
{
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
}

a.orderbuttonlink
{
        text-decoration:none;
}

a.orderbuttonlink div
{
        color: rgb(255, 255, 255); 
        background: rgb(127, 128, 129); 
        padding: 6px 5px; 
        font-size:14px; 
        font-weight: bold; 
        text-align: center;
}

ul,li,form,p,h2,h4,hr{
	padding: 0;
	margin: 0;
}

input,textarea,img{
	border: 0;
	outline: none;
}
.order-form{
	margin:10px;
	font-size: 14px;
}
.order-form {
	margin:5px 0 5px 0;
}
.order-form  .label{
	float:left;
	width:260px;
	height:35px;
	font-weight:bold;
}
.order-form .tips{
	font-size:12px;
	font-weight:normal;
}
.order-form  .field{
}
.order-form .field:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.order-form  input, textarea{
	padding:3px;
	width:50%;
	border:none;
	border-top:solid 1px #bfc4c9;
	border-left:solid 1px #bfc4c9;
	font-family:Arial;
	font-size:12px;
	background:#ebf2f7;
	color:#515252;
}
.starrequired {color:red}
.order-form  input.inputtext{
	height:25px;
}
.order-form textarea.inputtextarea{
	height:160px;
}
.blue {
color: #5AA5D5;
}
.order-form input.button{
	margin: 10px 0 0 0;
	padding:0 10px 0 10px;
	width:auto;
	height:25px;
	border:none;
	border-bottom:solid 1px #bfc4c9;
	border-right:solid 1px #bfc4c9;
	outline:none;
	font-weight:bold;
}