/* CSS Document */

body
{
    font-family:Arial;
    
}
img
{
    display:none;
}

h2
{
    font-size:1.1em;
}
h1
{
    font-size:1.8em;
}

div#contenttopimg

{
background-image: none;
background-repeat: no-repeat;
ss}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#defaultcolor
{
    background-color:white;
}

#colourdiv
{
    width:30%;
}

#colourdiv div
{
    text-indent:2px;
}


#defaultcolor a
{
    color:#1c3c78;
}

#blackonwhite 
{
    background-color:white;
}


#blackonwhite a
{
    color:black;
}

#whiteonblack
{
    background-color:Black;
}

#whiteonblack a
{
    color:white;
}

#blackonyellow
{
    background-color:#ffff00;
}

#blackonyellow a
{
    color:black;
}

#yellowonblack
{
    background-color:black;
}

#yellowonblack a
{
    color:#ffff00;
}

#cream
{
    background-color:#ffffdd;
}

#cream a
{
    color:#000000;
}

#pink
{
    background-color:#ffdddd;
}

#pink a
{
    color:#000000;
}

#blue
{
    background-color:#ddddff;
}

#blue a
{
    color:#000000;
}

#defaultsize
{
  font-size:16px;
}

#largesize
{
  font-size:20px;
}

#extrasize
{
  font-size:22px;
}

div#flashcontent
{
    display:none;
}


.galleryimage
{
    display:inline;
}

.toppoll
{
    width:165px;
    height:24px;  
    background-image:none;    
}

.middlepoll
{
    width:139px;
    background-repeat:repeat-y;        
    background-image:none; 
    text-align:center;    
}
.pollcontent
{
    text-align:center;
    color:black;  
    text-align:center;
    width:139px;
}
.bottompoll
{
    width:165px;
    height:24px;  
    background-image:none;       
}

