/* CSS Document */


.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 16px tahoma;
color:red;
padding:6px;
}

.daysofweek {
background-color:#ff9900;
font:bold 12px tahoma;
color:#0066FF;
}

.days {
font-size: 12px;
font-family:tahoma;
color:#0066FF;
background-color: black;
padding: 2px;
}

.days #today{
font-weight: bold;
color:red;
}


CHECKBOX, INPUT, RADIO, SELECT {
background-color:#000000;
font-family: tahoma;
font-size: 12px;
color:red;
border:0;
border-color:#0066FF;
padding:2px;
}


 
body
{
	background-image:url("flash.0.png");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #000000;
	color: red;
	list-style: disc inside;
}



a:link {
	font-family: Tahoma;
	text-decoration: underline;
	color:#0066FF;
}

a:visited {
	font-family: Tahoma;
	color:#0099FF;
	text-decoration: underline;

}

a:hover {
	font-family: Tahoma;
	text-decoration: underline overline;
	color:light red;
}


h2 {
	font-family: Tahoma;
	color: #0066FF;
	text-align: right;
}

h3 {
	font-family: Tahoma;
	color: #0066FF;

}

h4 {
	color: #0066FF;
	font-family: Tahoma;
}

h5 {
	color: #0066FF;
	font-family: Tahoma;
	text-align: right;
}

.pricing {
	font: medium Tahoma;
	color:red;
	background: #000000;
	text-align: left;
	text-indent: 4pt;
	white-space: normal;
	border-left: medium double #0066FF;
}

.price {
	font-family: Tahoma;
	font-style: oblique;
	color: #0066FF;
}


hr {
	background:red;
	filter: Glow(Color=red, Strength=50%);
}








link {
	font-family: tahoma;
	color: #FFFFE1;
}

vlink {
	font-family: tahoma;
	color: #FFF4F4;
}

alink {
	font-family: tahoma;
	color: #FFFF00;
}



.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 16px tahoma;
color:red;
padding:6px;
}

.daysofweek {
background-color:#AAAAFF;
font:bold 12px tahoma;
color:#FFFF00;
}

.days {
font-size: 12px;
font-family:tahoma;
color:#0066FF;
background-color: black;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #FFF4F4;
}


CHECKBOX, INPUT, RADIO, SELECT {
background-color:#000000;
font-family: tahoma;
font-size: 12px;
color:red;
border:0;
border-color:#0066FF;
padding:2px;
}


 
body
{
	background-image:url("");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	background-color: #000000;
	list-style: disc inside;
	
	font-family: tahoma;
	color: red;
}



a:link {
	font-family: Tahoma;
	text-decoration: underline;
	color:#0066FF;
}

a:visited {
	font-family: Tahoma;
	color:#0033FF;
	text-decoration: underline;

}

a:hover {
	font-family: Tahoma;
	text-decoration: underline overline;
	color:#FFFF00;
}





/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
font-family: Tahoma;
width: 250px;
text-align: justify;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	font-family: Tahoma;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
font-family: Tahoma;
padding: 0 5px;
text-decoration: none;
color: #0066FF;
background-color: black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
font-family: Tahoma;
color: #0000FF;
background-color: #000000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
font-family: Tahoma;
color: #FFFF00;
background-color: #000000;
}

.citation {
	font-size: x-small;
	font-style: italic;
	vertical-align: super;
	text-decoration: underline;

}
