html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span
{ 
	margin:           0;
	padding:          0;
}
fieldset,img 
{ 
	border:           0;
}
address,caption,cite,code,dfn,em,strong,th,var 
{
	font-style:       normal;
	font-weight:      normal;
}
ol 
{
	list-style:       none;
}
caption,th 
{
	text-align:       left;
}
h1,h2,h3,h4,h5,h6 
{
	font-size:        100%;
	font-weight:      normal;
}
q:before,q:after 
{
	content:          '';
}
abbr,acronym 
{ 
    border:           0;
}

html, body
{
    height:           100%;
    width:            100%;
	font-family:      Arial;
	font-size:        9pt;
	background-color: #eeeeff;
}

h1, h2, p
{
    padding-top:      5px;
    padding-bottom:   5px;
}

h1, h2
{
	font-family:      Arial;
	color:            #C13;
    margin-top:       5px;
    margin-bottom:    5px;
}

h1
{
	font-size:        18pt;
}

h2
{
	font-size:        13pt;
}

table
{
    padding:          0;
    border:           0;
    border-spacing:   0;
    border-collapse:  collapse;
}

ul
{
    list-style:       disc inside;
    marker-offset:    10px;
    padding:          10px;
}

iframe
{
    width: 100%;
    background-color:White;
}

.pageTable
{
    width:            1000px;
    background-color: White;
}

.organisation 
{
    border-collapse:  separate;
    width:            100%;
    border:           15px solid white;
    text-align:       center;
    background-color: White;
    padding:          5px 10px;
    border-spacing:   10px;
}

.who
{
    border-collapse:  separate;
    border:           1px solid black;
    padding:          5px;
    text-align:       left;
    background-color: #FFFFCC;
    vertical-align:   top;
}

#maincontent
{
    width:            1000px;
    height:           100%;
    background-color: White;
    position:         absolute;
    display:          none;
}

.column-one
{
    padding-top: 20px;
    vertical-align:top;
    text-align:center;
    width: 100px;
}

.column-one img
{
    width: 85px;
}
