@charset "utf-8";
/* CSS Document */

A {
text-decoration : none;
font-weight: bold;
}

A:Visited {
text-decoration : none;
}

A:Active {
text-decoration : none;
}

A:Hover {
text-decoration : none;
color : #B1471C;
}

.sm {
font-size: 11px;
}

.dm {
font-size: 12px;
}

body {
margin: 0px
}

.Bottom {
background-repeat: repeat-x;
background-position: bottom;
}

.Top {
background-repeat: repeat-x;
background-position: top;
}

.No {
background-repeat: no-repeat;
background-position: top;
}

p {
font-size: 13px;
text-align: justify;
}

h2 {
	color: #6261b3;
      text-align:center;
}

h4 {
	color: #6711b3;
      text-align:left;
}

h1 {
	color: #6711b3;
      text-align:center;
}

h3 {
	color: #009933;
      text-align:center;
}

h5 {
	color: #6711b3;
      text-align:center;
}
.round {
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
-moz-border-radius-bottomleft: 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
}
