﻿body {
}
hr
{
    color:#65BB00;
}
.dot
{
    color:#65BB00;
    border-style:dotted;
    border-width:2px;
}
.bulet
{
    border-width:0;
    vertical-align:middle;
    margin-right:15px;
    }
.pic
{
    border:groove 2px red;
    vertical-align:bottom;
    margin:4px 4px 4px 4px;
    }
.subject
	{
		font-family:Tahoma;
		font-size:14px;
		line-height:normal;
		color:#4D4D4D;
		font-weight:bold;
		height:50px;
		text-align:left;
	}
.text-01
{
    font-family:Verdana;
    font-size:11px;
    text-align:justify;
    color:Black;
}
.text-02
{
    font-family:Verdana;
    font-size:10px;
    text-align:center;
    color:White;
}
.text-03
{
    font-family:Tahoma;
    font-size:13px;
    text-align:Left;
    font-weight:bold;
    color:#F15A24;}
.menu
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#4D4D4D;
		font-weight:bold;
	}
.menu-footer
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:normal;
		color:Gray;
		font-weight:normal;
	}
	
.effect {
	cursor: url(effect/graphics/zoomin.cur), pointer;
    outline: none;
}
.effect img {
	border:groove 2px red;
    margin:7px 6px 6px 6px;
    outline: none;
}
.effect:hover img {
	border: 2px solid white;
}

.effect-image {
	border: 10px solid white;
}
.effect-image-blur {
}
.effect-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.effect-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(effect/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.effect-credits,
a.effect-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.effect-credits:hover,
a.effect-credits:hover i {
    color: white;
    background-color: gray;
}

.effect-display-block {
    display: block;
}
.effect-display-none {
    display: none;
}