h1{
	font-size : 140%;
	font-family : sans-serif;
	font-weight : 900;
	color : #1c1cFF;
	margin-top : 10px;
	margin-bottom : 10px;
}
h2{
    font-size:100%;
    padding: 0;
    margin: 0;
}
hr{
  height:1;
  color: #C0C0C0;
}
body{
	background-color : #C0C0C0;
}
table{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
	color : Black;
}
.div_main{
	background-repeat: repeat-y;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color : White;
	color : Black;
	background-image : url(images/background_line.gif);
}
.div_main1{
	margin-left: 3px;
	margin-right: 3px;
	background-repeat: no-repeat;
	width: 794px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : White;
	color : Black;
	background-image : url(images/background.gif);
	background-position : 0 0;
}
.title{
	font-size : 140%;
	font-family : sans-serif;
	font-weight : 900;
	color : #1C1CFF;
}
.button{
	font-family : sans-serif;
	font-weight : bold;
	font-size: 100%;
	background-color : #1C69FF;
	color : #ffffff;
	a.color : #ffffff;
	border : 1 solid;
	border-color : #ffffff #333333 #333333 #ffffff;
	text-align : center;
	padding-right : 10;
	padding-left : 10;
	padding-bottom : 2;
	padding-top : 2;
}
.button_form{
	font-family : sans-serif;
    font-size: 100%;
	font-weight : bold;
	background-color : #1C69FF;
	color : #ffffff;
	a.color : #ffffff;
	border : 1 solid;
	border-color : #ffffff #333333 #333333 #ffffff;
	text-align : center;
	text-decoration : none;
	cursor : pointer;
}


