/* CSS Document */

body{
	font-family: Arial,sans-serif;
	font-size: 12pt;
    font-weight: normal;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/* Hyperlinks */

a{
	color: #FF0000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

a:link, a:visited{
	color: #FF0000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

/* Headings */

h1{
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #808080;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

#page{
}

#col1{
padding: 6px 6px 6px 6px;
}
#col2{
padding: 6px 6px 6px 6px;
}
/* Menu Cells */

#menucell{
background-color:#DDDDDD;
vertical-align:top;
font-family:Arial, sans-serif;
max-width: inherit;
speak:normal;
}
#menuboardercell {
background-color:#DDDDDD;
vertical-align:top;
font-family:Arial, sans-serif;
max-width: inherit;
speak:normal;
border-top-style: none;
border-top-width: 1px;
border-bottom-style: solid; 
border-bottom-width: 1px; 
border-left-style:none; 
border-left-width:1px; 
border-right-style: none; 
border-right-width: 1px;
border-bottom-color: gray; 
}

/* Ad cell */

#advert{
vertical-align:top;
padding: 4px 4px 4px 4px;
/* background-color:#FFFFFF; */
}

/* poll cell */

#poll{
/* background-image: url(/images/clipbfull.jpg); */
/* background-position: top left;  */
 background-repeat: no-repeat; 
/* background-attachment: fixed; */
/* background-color:#00ff00; */
}

/* list properties */

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}