/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements. See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership. The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
BODY         {
	background-color : #FFFFFF;
	margin-left:0;
	margin-top:0;
	font-family:Arial;
	font-size:11pt;
}
h1           { font-family: Arial; font-size: 16pt; font-weight: bold }
h2           { font-family: Arial; font-size: 13pt; font-weight: bold; color: #5D0D7D }
ul           { font-family: Arial; font-size: 11pt }
input        { font-family: Arial; font-size: 8pt; font-weight: bold }
td           { font-family: Arial; font-size: 10pt }
h3           { font-family: Arial; font-size: 12pt; font-weight:bold }
TABLE.FULL_BLANK {
	width : 100%;
	height : 100%;
	border : 0;
	padding : 0;
}

TABLE.LOG_IN_FORM{
	height: 200px;
	border:1px solid #000000;
	width: 300px;
	border-spacing:1px;
	padding:1px;
	background-color: #f7f7f7 ;
}

UL.loginUL LI{
	padding: 10pt;
}