/* CSS Document */
/* common */

html {
height:100%;
width:100%
}

body {
height:100%;
margin:0;
padding:0;
text-align:center;
font-size:12px;
font-family:arial;
}

a {
color: #000000;
}

a:hover {
color: #CE2431;
text-decoration:none;
}

#frame1 {
        width:100%;
        height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}


h1 {
color:  #CE2431;
font-size: 22px;
line-height:23px;
}

h2 {
color:  #CE2431;
font-size: 16px;
line-height:17px;
font-weight:bold;
margin-top:0px;
}


ul {
	margin-top:-7px;
	margin-bottom:0px;
   }

li {
	font-size:12px;
	margin-left:15px;
   }

p {
	font-size:12px;
}