﻿img 
{
	border-style: none;
}

table
{
	border-collapse: collapse;
}

ol li
{
	list-style-type: decimal;
	margin-top: 10px;
}

.Validator {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.input
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFF99;
	border-style: inset;
	border-color: #F0F8FF;
	border-width: thin;
}

.button {
	border: none;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	background-image: url(../Images/gemini_button_blank.gif);
    background-color: transparent;
    padding-bottom: 2px;
    padding-left: 15px;
    cursor: hand;
    height: 27px;
    width: 100px;
}

.overflowdiv {
	border-style: inset;
	border-color: #F0F8FF;
	border-width: thin;
	overflow: auto;
	width: 580px;
	height: 200px;
}

.strong
{
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.b
{
	font-weight: bold;
}

.c
{
	text-align: center;
}

.u
{
	text-decoration: underline;
}

.r
{
	color: Red;
}
