
/* ======================================================================= */
/* The following settings are related to WORDPRESS */

/* Begin Typography & Colors */
#page {
	background-color: #003366;;
	border: 1px solid #959596;
	text-align: left;
	}


#content {
	font-size: 1.4em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h2 {
	background-color:#FFFFFF;
   font-size: 1.1em;
   font-color: #4A6A7C;
   padding-bottom: 3px;
   border-bottom: 2px solid #4A6A7C;
   margin: 0 0 5px 0;
   text-align: right;
   width:100%;

	}

h2.pagetitle {
	background-color:#FFFFFF;
   font-size: 1.2em;
   color: #4A6A7C;
   padding-bottom: 3px;
   border-bottom: 2px solid #4A6A7C;
   margin: 0 0 10px 0;
   text-align: right;
   width:100%;

	}

#sidebar h2 {
	font-family: Verdana, 'Lucida Grande', Sans-Serif;
	font-size: 1.0em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
/* Begin Structure */
/*body {
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #003366;
	}
*/	
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	/*width: 770px;*/
	background-color: #003366;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
	padding: 0;
}

#page {
	background-color: #003366;
	margin: 5px auto;
	padding: 0;
	width: 644px;
	border: 1px solid #FFFFFF;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 1px;
	width: 642px;
	}

#headerimg {
	margin: 0;
	height: 1px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 5px 5px;
	margin: 0px 0 0;
	width: 400px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 630px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 644px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
/*	Begin Headers */
h1 {
	font-family: verdana, arial;
	   color: #6666ff;
	   font-variant:large-caps;
	   font-size:16px;
	   border-top:1px single #ECEDF8;   
   width:100%;
   padding-top: 5px;
	margin: 0;
	}

 {
	font-family: verdana, arial;
	   color: #6666ff;
	   font-variant:large-caps;
	   font-size:14px;
	   border-top:1px single #ECEDF8;   
   width:100%;
   margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 5px 0;
	margin-left: 448px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

/* hr {
	display: none;
	}
*/
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* ======================================================================= */
/* General settings */
/*body {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	width: 770px;
	background-color: #003366;
	margin: 5px 0px 0px 10px;
	line-height: 150%;
	padding: 0;
*/	
/*background: #ffffff url(http://www.footyforecast.com/v9_0/images/blue_bar141x1.jpg);
       	background-repeat: repeat-y 
*/
}

input, textarea, select {
    font-family: "MS Sans Serif", Helvetica, sans-serif;
    font-size: 13px;
}


/* ======================================================================= */
/* TAB NAVIGATION */

#navigation a
{
color: #FFF;
background: #316AC5;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
font-size=14px
position:absolute;
left:1px;
} 

#navigation a:hover {
color: #fff;
background: #8080FF left top no-repeat;
padding-left: 10px
padding-right: 10px;
} 

#navigation a:hover span
{
background: #8080FF left top no-repeat;
padding-left: 10px
padding-right: 10px;
} 

#navigation ul
{
list-style: none;
padding: 0;
margin: 1
}

#navigation li
{
float: left;
margin: 1;
} 


/* ======================================================================= */
/* LOGIN */

#login a
{
color: #FFF;
background: #316AC5;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-size=10px
position:absolute;
right:100px;
top:5px;
} 

#login a:hover {
color: #fff;
background: #8080FF left top no-repeat;
padding-left: 5px
padding-right: 5px;
} 

#login a:hover span
{
background: #8080FF left top no-repeat;
padding-left: 5px
padding-right: 5px;
} 

#login ul
{
list-style: none;
padding: 0;
margin: 1
}

#login li
{
float: right;
margin: 1;
} 


/* ======================================================================= */
/* TABLE DEFINITIONS */

table.titlebar
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin;
	color: #4A6A7C;
	background-color: #FFFFFF;
	align = center
}

table.menubar
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin
}

table.googlebar
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin
}

table.mainbody
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: 0;
	background-color: #FFFFFF
}

table.footerbar
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin
}

table.myads
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin;
	width=168;
	height=130;
	CELLSPACING=0;
	CELLPADDING=0
}

table.myintro
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin;
	width=510;
	CELLSPACING=0;
	CELLPADDING=0
}

table.mytabs
{
	border-style: solid;
	border-color: #ECEDF8;
	border-width: thin;
	color: #000000;
	width=100%;
	CELLSPACING=0;
	CELLPADDING=0
}

table.banner_ad
{
	border-color: #FFFFFF;
	border-width: 0;
	width=470;
	CELLSPACING=0;
	CELLPADDING=0;
	margin: 0px auto 0px auto
}


/* ======================================================================= */
/* HEADINGS */

 
h3{
   font-family: verdana, arial;
   color: #4A6A7C;
   font-variant:large-caps;
   font-size:1.2em;
   border-top:2px solid #4A6A7C;
   margin: 20px 0 10px 0;
   width:100%;}
   
h4{
   font-family: verdana, arial;
   background-color:#E5E5E6;
   color: #6666ff;
   font-size:1.0em;
   border-bottom:1px solid #ECEDF8;
   margin: 0 0 0px 0;
   width:100%;}
   
h5{
   font-family: verdana, arial;
   font-size: 12px;
   font-variant: large-caps;
   border-top:1px solid #ccc;
   color: #6666ff;
   padding-bottom: 3px;
   margin: 0 0 5px 0;
   text-align: left;
   width:100%;
   }

  
h1{
   font-family: verdana, arial;
   background-color:#FFFFFF;
   font-size: 18px;
   color: #4A6A7C;
   padding-bottom: 3px;
   border-bottom: 2px solid #4A6A7C;
   margin: 0 0 10px 0;
   text-align: right;
   width:100%;
   }
   
h6{
   font-family: verdana, arial;
   font-size: 11px;
   color: #FFFFFF;
   padding-bottom: 3px;
   margin: 0 0 0 0;
   text-align: center;
   width:100%;
   }
   

/* ======================================================================= */
/* Miscellaneous */

.normaltext{
	font-size: 1.1em;
	}
	
pre{
   font-family: Courier;
   font-size:1.0em;
   }
   


a.title:link {font-family: verdana, arial;
	font-size: small;
 	color: #6666ff;
        font-weight: bold;
        text-decoration: none}
a.title:visited {font-family: verdana, arial;
	   font-size: small;
	   color: #6666ff;
           font-weight: bold;
           text-decoration: none}
a.title:active {text-decoration: none}
a.title:hover {font-family: verdana, arial;
	 font-size: small;
         color: #cc33ff;
         font-weight: bold;
         background-color:#daddef;
         text-decoration: underline}

        
        
         
 /* ======================================================================= */
 /* NEW MAIN MENU LINKS as of 31st May 2007 */
 a.menu_top:link {font-family: verdana, arial;
 	font-size: 1.0em;
 	font-weight: normal;
  	color: #FFFFFF;
         text-decoration: none}
 a.menu_top:visited {font-family: verdana, arial;
 	   font-size: 1.0em;
 	   font-weight: normal;
 	   color: #FFFFFF;
            text-decoration: none}
 a.menu_top:active {text-decoration: none}
 a.menu_top:hover {font-family: verdana, arial;
 	 font-size: 1.0em;
 	 font-weight: normal;
         color: #FFFFFF;
         text-decoration: underline}
         
/* ======================================================================= */
 /* NEW LINKS - red */
 a.menu_red:link {font-family: verdana, arial;
 	font-size: 1.0em;
 	font-weight: normal;
  	color: #FF0000;
         text-decoration: none}
 a.menu_red:visited {font-family: verdana, arial;
 	   font-size: 1.0em;
 	   font-weight: normal;
 	   color: #FF0000;
            text-decoration: none}
 a.menu_red:active {text-decoration: none}
 a.menu_red:hover {font-family: verdana, arial;
 	 font-size: 1.0em;
 	 font-weight: normal;
         color: #FF0000;
         text-decoration: underline}
         
/* ======================================================================= */
 /* NEW LINKS - blue */
 a.menu_blue:link {font-family: verdana, arial;
 	font-size: 1.0em;
 	font-weight: normal;
  	color: #0000FF;
         text-decoration: none}
 a.menu_blue:visited {font-family: verdana, arial;
 	   font-size: 1.0em;
 	   font-weight: normal;
 	   color: #0000FF;
            text-decoration: none}
 a.menu_blue:active {text-decoration: none}
 a.menu_blue:hover {font-family: verdana, arial;
 	 font-size: 1.0em;
 	 font-weight: normal;
         color: #0000FF;
         text-decoration: underline}         
         
/* ======================================================================= */
/* MAIN MENU LINKS */
a.main:link {font-family: verdana, arial;
	font-size: 1.0em;
	font-weight: normal;
 	color: #6666ff;
        text-decoration: none}
a.main:visited {font-family: verdana, arial;
	   font-size: 1.0em;
	   font-weight: normal;
	   color: #6666ff;
           text-decoration: none}
a.main:active {text-decoration: none}
a.main:hover {font-family: verdana, arial;
	 font-size: 1.0em;
	 font-weight: normal;
         color: #FFFFFF;
         background-color:#daddef;
         text-decoration: none}
         
/* ======================================================================= */
/* SMALL MAIN MENU LINKS */
a.mainsmall:link {font-family: verdana, arial;
	font-size: 1.0em;
	font-weight: normal;
 	color: #000000;
        text-decoration: none}
a.mainsmall:visited {font-family: verdana, arial;
	   font-size: 1.0em;
	   font-weight: normal;
	   color: #000000;
           text-decoration: none}
a.mainsmall:active {text-decoration: none}
a.mainsmall:hover {font-family: verdana, arial;
	 font-size: 1.0em;
	 font-weight: normal;
         color: #28A84F;
         text-decoration: underline}
         
/* ======================================================================= */
/* LHS MAIN MENU LINKS */
a.mainlhs:link {font-family: verdana, arial;
	font-size: 1.0em;
	font-weight: normal;
 	color: #5555FF;
        text-decoration: none}
a.mainlhs:visited {font-family: verdana, arial;
	   font-size: 1.0em;
	   font-weight: normal;
	   color: #5555FF;
           text-decoration: none}
a.mainlhs:active {text-decoration: none}
a.mainlhs:hover {font-family: verdana, arial;
	 font-size: 1.0em;
	 font-weight: normal;
         color: #28A84F;
         text-decoration: underline}
         
/* ======================================================================= */
 /* LHS SUB MENU LINKS */
 a.menu_lhs:link {font-family: verdana, arial;
 	font-size: 1.1em;
 	font-weight: normal;
  	color: #FFFFFF;
         text-decoration: none}
 a.menu_lhs:visited {font-family: verdana, arial;
 	   font-size: 1.1em;
 	   font-weight: normal;
 	   color: #FFFFFF;
            text-decoration: none}
 a.menu_lhs:active {text-decoration: none}
 a.menu_lhs:hover {font-family: verdana, arial;
 	 font-size: 1.1em;
 	 font-weight: normal;
         color: #FFFFFF;
         text-decoration: underline}
         
/* ======================================================================= */
 /* FOOTER SUB MENU LINKS */
 a.menu_foot:link {font-family: verdana, arial;
 	font-size: 1.2em;
 	font-weight: normal;
  	color: #FFFFFF;
         text-decoration: none}
 a.menu_foot:visited {font-family: verdana, arial;
 	   font-size: 1.2em;
 	   font-weight: normal;
 	   color: #FFFFFF;
            text-decoration: none}
 a.menu_foot:active {text-decoration: none}
 a.menu_foot:hover {font-family: verdana, arial;
 	 font-size: 1.2em;
 	 font-weight: normal;
         color: #FFFFFF;
         text-decoration: underline}
         
/* ======================================================================= */
 /* BLOG ARTICLE TITLE LINKS */
 a.menu_tit:link {font-family: verdana, arial;
 	font-size: 0.8em;
 	font-weight: normal;
  	color: #0000FF;
         text-decoration: none}
 a.menu_tit:visited {font-family: verdana, arial;
 	   font-size: 0.8em;
 	   font-weight: normal;
 	   color: #0000FF;
            text-decoration: none}
 a.menu_tit:active {text-decoration: none}
 a.menu_tit:hover {font-family: verdana, arial;
 	 font-size: 0.8em;
 	 font-weight: normal;
         color: #0000FF;
         text-decoration: underline}
         
    
         
/* ======================================================================= */
/* SMALL HYPER LINKS */
a.asmall:link {font-family: verdana, arial;
	font-size: 0.8em;
	font-weight: normal;
 	color: #6666ff;
        text-decoration: none}
a.asmall:visited {font-family: verdana, arial;
	   font-size: 0.8em;
	   font-weight: normal;
	   color: #6666ff;
           text-decoration: none}
a.asmall:active {text-decoration: none}
a.asmall:hover {font-family: verdana, arial;
	 font-size: 0.8em;
	 font-weight: normal;
         color: #FFFFFF;
         background-color:#daddef;
         text-decoration: none}

/* This A HREF link format is my normal kind */
a.normal:link {font-family: verdana, arial;
	font-size: 1.2em;
	font-weight: normal;
 	color: #6666ff;
        text-decoration: none}
a.normal:visited {font-family: verdana, arial;
	   font-size: 1.2em;
	   font-weight: normal;
	   color: #6666ff;
           text-decoration: none}
a.normal:active {text-decoration: none}
a.normal:hover {font-family: verdana, arial;
	 font-size: 1.2em;
	 font-weight: normal;
         color: #cc33ff;
         background-color:#daddef;
         text-decoration: none}

/* ======================================================================= */
/* LARGE RED TEXT */        
a.bigred:link {font-family: verdana, arial;
	font-size: medium;
	font-weight: small;
 	color: #FF0000;
        text-decoration: none}
a.bigred:visited {font-family: verdana, arial;
	   font-size: medium;
	   font-weight: normal;
	   color: #FF0000;
           text-decoration: none}
a.bigred:active {text-decoration: none}
a.bigred:hover {font-family: verdana, arial;
	 font-size: medium;
	 font-weight: 1.0em;
         color: #cc33ff;
         background-color:#daddef;
         text-decoration: none}
         
a.noback:link {font-family: verdana, arial;
	font-size: 1.0em;
	font-weight: normal;
 	color: #6666ff;
        text-decoration: none}
a.noback:visited {font-family: verdana, arial;
	   font-size: 1.0em;
	   font-weight: normal;
	   color: #6666ff;
           text-decoration: none}
a.noback:active {text-decoration: none}
a.noback:hover {font-family: verdana, arial;
	 font-size: 1.0em;
	 font-weight: normal;
         color: #cc33ff;
         text-decoration: underline}


/* ======================================================================= */

.specialnote {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: "#FF0000";
	}
	
.title {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #4A6A7C;
	}


td {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 150%;
}

th {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 150%;
}

img {
	border: 0 none
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}

.tdcol	{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	background: #DADDEF;
}

.td2col	{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	background: #DADDEF;
}

.td3col	{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	background: #FFFFFF;
}

.td4col	{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	background: #9999CC;
}

.td5col	{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	background: #CCCCFF;
}


/* ======================================================================= */
/* The following settings are related to Amember */

.hedit {
    font-size: 14px;
    border-collapse: collapse;
    border: #606060 1px solid;
}
.hedit th {
    padding: 3px;
    background-color: #E9E9C9;
    border: #909090 1px solid;
}
.hedit td {
    padding: 3px;
    background-color: #F9F9E9;
    border: #909090 1px solid;
}
.hedit tr.odd td {
    background-color: #F0F0FF;
}

.vedit {
    background-color: #9999CC;
    font-size: 14px;
    border-collapse: collapse;
    border: #606060 1px solid;
}
.vedit td {
   padding: 7px;
   padding-left:  10px;
   background-color: #CCCCCC;
   border: #a0a0a0 1px solid;
}
.vedit td input, .vedit td textarea, .vedit td select {
    font-size: 8pt;
    border: #9999CC 1px solid;
}
.vedit th {
   padding: 7px;
   padding-right: 10px;
   text-align: right;
   background-color: #CCCCCC;
   font-weight: normal;
}

table.notebook {
   background-color: #C0C0B0;
   font-size: 15px;
}
table.notebook td {
   padding: 5px;
   text-align: center; 
   background-color: #E9E9C9;
}
table.notebook td.sel {
  font-weight: bold;
  background-color: #F9F9E9;
}
table.notebook td.notsel {
}

.small {
    font-size: 8pt;
    border: #909090 1px solid;
}

.userslist {
    background-color: #c0c0a0;   
}

.infotbl {
    border-collapse: collapse; 
    background-color: #faface;
}
.infotbl td,  .infotbl th {
    font-family: Verdana;
    font-size: 10px;
    border: #c0c0b0 1px solid;
}
.infotbl th {
    background-color: #e0e0a0;
}
.smallheader {
    color: red;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
}
.smalltext {
    font-family: Verdana;
    font-size: 9px;
}

.seonewsfeed h6 {
    font-family: Verdana;
    font-size: 12px;
    margin:6px 18px 0 0;
}

.header_logo {
  font-size: 24px;
  text-align: right;
  padding-bottom: 3px;
  border-bottom: 2px solid #4A6A7C;
  margin: 0 0 20px 0;
}
































