html, body {
font-family:arial;
font-size:12px;
font-weight:normal;
color:#000000;
background-color: #B9DEF9;
}



body1 {
width:900px; 
padding:0px;
margin:10px 15px 15px 15px;
color:#000000;
background-color:#ffffff;
border:solid 1px #6b6b6b;
}

div#container {
border-right:#333333 3px groove;
border-top:#333333 1px solid;
padding-bottom:0.5em;
margin:auto;
border-left:#333333 1px solid;
width:960px;
border-bottom:#333333 3px ridge;
background-color:#ffffff;
text-align:left;
}

div#column {
padding:5px;
border-right: #0066ff 1px outset; 
border-left: #0066ff 1px outset; 
border-bottom: #0066ff 1px outset; 
border-top: #0066ff 1px outset;
}

h1 {
font-size:18px;
background-color:transparent;
padding:0px;

}

h2 {
font-size:16px;
background-color:#transparent;
padding:0px;
}

h3 {
font-size:16px;
background-color:#transparent;
padding:0px;
}

h4 {
font-size:16px;
background-color:#transparent;
padding:0px;
}

a {
font-weight:bold;
text-decoration:none;
color:#0066ff;
}

a.link {
color:#0066ff;
background-color:transparent;
}

A:hover {
text-decoration: underline;
}



P {
margin-top: 5px
}

HR {
height: 1px; 
color: #DDDDDD; 
margin: 10px 0px;
}

#main {
    margin: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}



#result {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 250px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:50px;
}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 1px solid #cccccc;
}

option {
    border: 1px solid #cccccc;
}

textarea {
    border: 1px solid #cccccc;
}

select {
    border: 1px solid #cccccc;
}



#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(style/icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:100px;
    height:100px;
    float:left;
    background-image:url(style/icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
