/* MAIN */


A.links {text-decoration: underline;
         color: #ffcc00}
A.links:HOVER {text-decoration:none;}

A.whiteLink
{
	text-decoration:underline;
	color:white;
	font-weight:bold;
	font-family:arial;
}
A.mainMenu {color: black;
            text-decoration: none}
A.mainMenu:HOVER {color: red}

A.wallpapers {color: white;
            text-decoration: none}
A.wallpapers:HOVER {color: yellow}


A.gblinks {color: white;
			font-weight:bold;
            text-decoration: none}
A.gblinks:HOVER {color: yellow}

A.mainTopMenu {color: #960014;
               text-decoration: none}
A.mainTopMenu:HOVER {color: red}

A.topMenuRight {color: #6c6c6c;
                text-decoration: none}
A.topMenuRight:HOVER {color: red}

A.leftAlbumMenu {text-decoration: none;
                 color: #d8d8d8}

A.locationBar {color: #737373;
               text-decoration: none}
A.pageList {color: white;
            text-decoration: none}


A.pageListURL {color: eaeaea;
            text-decoration: none}
A.pageListURL:HOVER {color: yellow}


A.frontPage {color: white;
             text-decoration: none}
A.frontPage:HOVER {color: #c6c6c6}

.fields {border-style: solid;
         border-width: 1px;
         background-color: #e5e5e5;
         font-family: Arial, Verdana;
         font-size: 10pt;
         border-color: black}

.fields2 {border-style: solid;
          border-width: 1px;
          background-color: #e5e5e5;
          font-family: Arial;
          font-size: 8pt;
          border-color: black}

	td.ft
	{
		border-right-style:solid;
		border-right-color:black;
		border-right-width:1px;
		
		border-left-style:solid;
		border-left-color:black;
		border-left-width:1px;
	}

BODY
{}

.searchField {font-family: Verdana, Arial;
              font-size: 10px;
              background-color: #a5a5a5;    
              color: white}

.searchDropd {font-family: Verdana, Arial;
              font-size: 10px;
              background-color: #a5a5a5;    
              color: white}

/* MAGAZINE */
div.article
{
  margin:50px;
  margin-bottom:20px;
  padding:50px;
  font-family: times new roman, times, serif;
  font-size:1em;
  line-height:1.2em;
  color:black;
  background-color:white;
}

p.article
{
  margin-bottom:20px;
  margin-top:0px;
}

.img_article
{
  border:1px solid #484848;
}

.img_article_bio
{
	margin-right:10px;
	margin-bottom:5px;
}

div.article_title
{
  font-family:times new roman, times, serif;
  font-size:2em;
  text-align:center;
  line-height:1em;
  margin-bottom:10px;
}

div.article_author
{
  font-family:times new roman, times, serif;
  font-size:1.2em;
  margin-bottom:40px;
  text-align:center;
  font-style:italic;
}

div.article_author a
{
  color:black;
  text-decoration:underline;
}

div.article_author a:hover
{
  text-decoration:none;
}

p.bio
{
  font-style:italic;
}

div.bio
{
  font-size:1.2em;
  font-weight:bold;
  font-family:times, serif;
  margin-bottom:20px;
  margin-top:40px;
}

table.article
{
  width:100%;
  border-collapse:collapse;
}

td.article
{
  vertical-align:top;
}

td.article_right
{
  vertical-align:top;
}

div.list-title
{
  font-family:arial;
  font-size:.8em;
  color:white;
  font-weight:bold;
  padding-left:10px;
  margin-bottom:5px;
  margin-top:20px;
}

div.list
{
  font-family:arial;
  font-size:.8em;
  color:#f5f5f5;
  padding-left:20px;
  margin-bottom:5px;
}

div.list a
{
  color:#f5f5f5;
  text-decoration:underline;
}

div.list a:hover
{
  text-decoration:none;
}