
body{
	font-size:70%;
	font-family:Tahoma;
 	line-height:135%;
 	text-decoration:none;
 	font-style:normal;
 	color: #333333;
 	text-align:left;
}
ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea,select{
	font-family:Tahoma;
	font-style:normal;
	font-size:inherit;
}
abbr, acronym{
	border-bottom:1px dotted #999999;
	cursor:help;
	font-style:normal;
	color:#999999;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Tahoma, Arial, Verdana;
  margin: 0; 
  padding: 0;
  color:#111; 
  clear:left; 
}

/* Total height for each heading has to be a multiple of the baseline (18). */
h1 { line-height: 110%; padding: 0; }
h2 { line-height: 110%; }
h3 { font-size: 110%; padding-bottom:10px; font-weight:bold; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; font-weight:bold; }
h6 { font-size: 0.8em; font-weight:bold; }


/* Text elements
-------------------------------------------------------------- */

p                     { margin: 0px 0px 11px 0px; text-align:left; }
p.last                { margin-bottom:0; }
p img                 { float: left; margin: 0 18px 18px 0; padding:0; }
p img.top             { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol                { margin: 10px 0 10px 23px; list-style-type:disc; }
li                    { line-height:18px; }
ol                    { list-style-type: decimal; }
dl                    { margin: 18px 0; }
dl dt                 { font-weight: bold; }

a,a:link{
	/*color:#ea1e77;*/
	text-decoration:none;
}
a:visited{
	color:#ea1e77;
	text-decoration:none;
}
a:hover, a:active{
	/*color:#71c01a;*/
	color:#ea1e77;
	text-decoration: none;
}

blockquote  { margin: 12px; font-size: 1em; color: #666666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 18px; line-height:18px; background: #eee; padding:8px; border:1px solid #ddd; }
code        { font:0.9em Monaco, monospace; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 13px; border-top:0px solid #ddd; border-left:0px solid #ddd; }
th,td   { height:17px; padding:0 8px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
th      { font-weight:bold; }


/* Some default classes
-------------------------------------------------------------- */

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.2em; }
.quiet, .quiet p  { color: #666; }
.hide             { display: none; }
.clear			  { clear:both; font-size:1px; line-height:1px; margin:0; padding:0;}

/* TODO: Implement image captions. */
.caption { }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking ampersands, use this code instead of &amp;: 
   <span class="amp">&amp;</span>  */
  
.amp { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.1em;
  line-height:10%; /* Fix to maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). */  

.dquo { margin-left: -.7em; } 
/* (You may have to change this value depending on your font size). */


/* Extra link code for homepage
-------------------------------------------------------------- */

.feedLink a, .feedLink a:visited, .feedLink a p, .feedLink a:visited p{
	color:#000000;
	text-decoration:none;
}

.feedLink a:hover, .feedLink a:active, .feedLink a:hover p, .feedLink a:active p{
	color:#ea1e77;
	text-decoration: underline;
}


.browsetitle{
	font-size:17px;
	color:#264b9c;
}

.browsesub{
	font-size:14px;
	color:#336666;	
}

.browseapply{
	font-size:14px;
	color:#ffcc00;
)	



