/*
  Style sheet for Sniper Country InReview detail pages

*/

body			{
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	color: #FFFFFF;
			}

div.head1		{
        text-align: center;
        font: 24pt "Arial";
        color: #FFFF00;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
			}

div.head2		{
        font: 18pt "Arial";
        color: #FFFF00;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
        text-align: center;
			}

div.head3		{
        font: 14pt "Arial";
        color: #FFFF00;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
        text-align: center;
			}

div.posted		{
        text-align: right;
			}

div.reviewer		{
        font: 12pt "Arial";
        text-align: left;
			}

div.detail		{
        font: 11pt "Arial, Helvetica";
	color: #FFFFFF;
	text-align: justify;
			}

div.caption		{
        font: 10pt "Arial";
	color: lime;
			}

div.paragraph		{
        font: bold 13pt "Arial,Helvetica";
        color: #FF0000;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: left;
			}

div.highlight		{
        font: bold 13pt "Arial,Helvetica";
        color: Lime;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: left;
			}

div.spechead		{
        font: bold 13pt "Arial";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: center;
			}

div.specheadleft		{
        font: 13pt "Arial";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: left;
			}

div.specdet		{
        font: 11pt "Arial,Helvetica";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: right;
			}

div.specdetcenter	{
        font: 11pt "Arial,Helvetica";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: center;
			}

div.specdetleft		{
        font: 11pt "Arial,Helvetica";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: left;
			}

div.specdetail		{
        font: 11pt "Arial,Helvetica";
        color: #FFFFFF;
        background: #333333 url(../graphics/InReview_BG.jpg) repeat;
	text-align: left;
			}

P			{
	text-indent: 4%
			}

a			{
        font: bold 11pt "Arial Black";
			}

a:link			{
	color: #00CC00;
			}

a:visited		{
	color: #FF0000;
			}

a:hover			{
	color: orange;
			}

a:active		{
	color: #33FF33;
			}
