/* CANADIAN SCRAPBOOKER CSS */
/* CREATED BY TAMMY NICE */


body	{background-color: white; font-family: "Verdana", Arial, Tahoma, Sans-serif; font-size: 10px; color: #CC0033;}
a:link	{text-decoration: none; color: #666666; cursor: pointer}
a:visited	{text-decoration: none; color: #cc0033; cursor: pointer}
a:active	{text-decoration: none; color: #cc0033; cursor: pointer }
a:hover	{text-decoration: none; color: #990000; font-weight: bold; text-align: left; cursor: pointer}

/* Menu */
p.menu  {font-size: 12px; color: #cc0033;}
p.mmenu  {font-size: 12px; color: #cc0033;}
p.fpmenu  {font-size: 13px; color: #cc0033;}
p.fpmenut {font-size: 14px; color: #505050; font-weight: bold;}
p.cimenu  {font-size: 13px; color: #cc0033;}
p.cimenut {font-size: 14px; color: #505050; font-weight: bold;}
p.menut {font-size: 12px; color: #505050; font-weight: bold;}
p.pimenu  {font-size: 13px; color: #cc0033;}
p.pimenut {font-size: 14px; color: #505050; font-weight: bold;}

/* Home Page */
p.fptitle {font-size: 15px; color: #333333; font-weight: bold; font-family: "Verdana"; letter-spacing: .5px}
p.fpcontent  {font-size: 13px; color: #8E9090}
p.sponsor {font-size: 10px; color: #666666}


/* Main Content Area */
p.title {font-size: 13px; color: #333333; font-weight: bold; font-family: "Verdana"; letter-spacing: .5px}
p.indextitle {font-size: 13px; color: #333333; font-weight: bold; font-family: "Verdana"; letter-spacing: .5px}
p.magtitle {font-size: 13px; color: #8E9090; font-weight: bold; font-family: "Verdana"; letter-spacing: .5px}
p.subtitle {font-size: 12px; color: #8E9090; font-weight: bold; font-family: "Verdana"; letter-spacing: 0px}
p.newstitle {font-size: 12px; color: #333333; font-weight: bold; font-family: "Verdana"; letter-spacing: 0px}
p.ap06subtitle {font-size: 12px; color: #95AD95; font-weight: bold; font-family: "Verdana"; letter-spacing: 0px}
p.content  {font-size: 12px; color: #666666; margin-top: -.3cm;}
p.contests {font-size: 11px; color: #666666; font-family: "Verdana";}
p.gcgtitle (font-size: 22px; color: #cc0033; font-family: "Verdana"; font-weight: bold;}
p.gcgtext  {font-size: 12px; color: #666666; font-family: "Verdana";}

/* Issue Styles */
p.sum06subtitle {font-size: 10px; color: #990033; font-weight: bold; font-family: "Verdana"; letter-spacing: 0px}
p.ap06subtitle {font-size: 12px; color: #95AD95; font-weight: bold; font-family: "Verdana"; letter-spacing: 0px}


/* Lists */
ul.square {list-style: square outside; font-size: 13px; color: #666666}
ol.decimal {list-style-type: decimal; font-size: 12px; color: #666666}


/* Scraps of Info*/

table.sample {
	
	border-spacing: ;
	border:1px dotted #CC0033; 
	border-collapse: collapse;
	background-color: #F3F2F2
}
table.sample th {
	border:0px none gray; padding:3px; background-color: #F3F2F2;
}
table.sample td {
	border:0px none gray; padding:3px; background-color: #F3F2F2;
}

/* Photo Placement */
.card-left, .card-right {
       float: left;
       width: 140px;
       margin: 0 0px 0px 0;
       padding: 0px 0;
       text-align: left;
       background: white;
       border-right: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
       font-size: 55%;
       }
    .card-right {
       float: right;
       margin: 0 0 0px 0px;
       }        
