body {
		font-family: Arial, Helvetica, sans-serif;
	}

	.small {
		font-size: 10px;
	}
	.guarantee {
		font-size: 12px;
	}
	td {
		font-size: 12px;
	}
	h1, .header {
		font-size: 24px;
		font-weight: bold;
	}
	h3, .subhead {
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
	}
    h4, .subsubhead {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}
    .topmenu {
		color : White;
		font-size : 12px;
        font-weight: bold;
	}
    a.topmenu {
		color : white;
		font-size : 12px;
		text-decoration : none;
        font-weight: bold;
	}
	A:HOVER.topmenu {
		color : white;
		font-size : 12px;
		text-decoration : underline;
        font-weight: bold;
        }
   .paymentinput {
      	border: 1px solid;
      	background : C2C6DC;
      	font-weight : normal;
      	color : black;
      	}
   .input {
      	border: 1px solid;
      	background : white;
      	font-weight : normal;
      	color : black;
        font-size : 10px;
      	}
   .norm {
		color : 000066;
		font-size : 12px;
        font-weight: bold;
	}
    .info {
		color : #990000;
		font-size : 14px;
        font-weight: bold;
	}
