body {
    background-color: #FFF;
	color: #333;
    font-family: Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
    line-height: 140%;
	font-size: 90%;
}

#container {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 5em;
	vertical-align: middle;
}

.new_header {
	text-align: center;
}
	 
#content {
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5em;
	text-align: left;
}

.content {
    padding: .5em;
    width: 75%;
	float: left;
}

#right {
	float: right;
	width: 20%;
	margin: .5em;
}

.headline {
	margin: 1em 0 .3em 0;
  	font-family: Helvetica, Georgia, Geneva, serif;
  	font-size: 120%;
	font-weight: 700;
	line-height: 140%;
	color: #333;
	border-bottom: 1px dotted #336699;
}

.product {
	font-size: 90%;
}

p.product {
	font-size: 90%;
}

.headline2 {
	margin: 0 0 .3em 0;
  	font-family: Helvetica, Georgia, Geneva, serif;
  	font-size: 140%;
	font-weight: 700;
	line-height: 140%;
	color: #333;
	border-bottom: 1px dotted #336699; 
}


h1 {
	margin: 30px 0px 2px 0px;
	padding: 0px;
	font-size: 160%;
	line-height: 16px;
	font-weight: 900;
	color: #666666;
	}

h2 {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 140%;
	line-height: 14px;
	font-weight: 800;
	color: #666666;
	}

h2.headline {
	margin: 1em 0 .3em 0;
	padding: 0;
  	font-family: Helvetica, Georgia, Geneva, serif;
  	font-size: 120%;
	font-weight: 700;
	line-height: 140%;
	color: #333;
	border-bottom: 1px dotted #336699;
}

h3 {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 120%;
	line-height: 12px;
	font-weight: 700;
	color: #666666;
	}

h4 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size: 100%;
	line-height:10px;
	font-weight:600;
	color:#666666;
	}

h5 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size: 85%;
	line-height:8px;
	font-weight:500;
	color:#666666;
	}

h6 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size: 80%;
	line-height:6px;
	font-weight:400;
	color:#666666;
	}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 90%;
}
	
ul {
	font-size: 90%;
    margin: .5em 0 1em 0;
}

li {
	list-style-type: circle;
}

img {
	padding: .8em;
}

a:link {
    color: #3333CC;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #3333CC;
    text-decoration: underline;
}

a:visited {
    color: #336699;
    text-decoration: none;
}

acronym {
  border-bottom: 1px dotted black;
}

td {
	vertical-align: top;
}

table.frontpage {
        border-collapse: collapse;
        table-layout: auto;
    }
table.frontpage td {
        padding: 2px .5em 2px .5em;
		vertical-align: top;
}
table.frontpage tr {
        text-align: left;
        background-color: #AACCCC;
        color: gray;
        font-weight: bold;
}


.header {
	margin:0px 2px 6px 0px;
	padding:2px;
	font-size: 120%;
	line-height:12px;
	font-weight:700;
	color: gray;
    border-bottom: 1px dotted black;
}

.resume_body {
	background-color:white;
	font: 80% verdana, arial, helvetica, sans-serif; 
    margin: 10px 100px 10px 10px;
	padding: 0px;
}


input.button {
   color: #050;
   font-family: 'trebuchet ms', helvetica, sans-serif;
   font-size: 85%;
   font-weight: bold;
   background-color: #fed;
   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
}

#invoice {
	margin: .5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#invoice td {
	padding: .4em 1.4em .3em 1.4em;
	font-size: small;
}

#invoice td.header {
	background-color: #666;
	color: white;
	padding: 1em 1.4em .3em 1.4em;
	font-size: small;
	text-decoration: none;
	border-bottom: 0px;
}

#invoice td.footer {
	border-top: 1px solid #333;
	padding-top: .8em;
}

#address ul {
	margin: 0;
	padding: 0;
}

#address li {
	list-style-type: none;
	padding: .3em;
	font-size: x-small;
}
