
/* Gender and Health Collaborative Curriculum
   Review Form CSS
   Simon Lebrun, Tetraplex Limited */

body {
    text-align:center;
}

div.body {
    width: 640px;
    text-align: left;
}

h1, h2, h3, h4 {
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 11pt;
}

p {
    font-family: Georgia, Times New Roman, serif;
    margin: 0px;
}

td {
    font-family: Georgia, Times New Roman, serif;
}

div.question {
    margin-bottom: 12pt;
}

textarea.ta1 {
    width: 400pt;
    height: 100px;
}

table.reviewerInfo {
    border-collapse: collapse;
}

table.reviewerInfo td {
    border: 1px solid black;
    padding: 5px;
    font-family: Georgia, Times New Roman, serif;
}

table.reviewerInfo input, input.wide {
    width: 300px;
}

table.yesno td {
    margin-bottom: 6pt;
}

table.yesno {
    margin-bottom: 12pt;
}

table.emailQuery {
    margin-top: 6pt;
    margin-bottom: 6pt;
}
