﻿/* CSS Document for index.html */
body {
	margin: 0;
	font-size:14px;
}
.usualInput {
	width:160px;
}
.usualTextArea {
	width:200px;
	height:60px;
}
.text13 {
	font-size:13px;
}
.text14 {
	font-size:14px;
}
.text24 {
	font-size:24px;
}
.text36 {
	font-size:36px;
}
.blueText {
	color:blue;
}
.redText {
	color:red;
}
.whiteText {
	color:white;
}
.yellowText {
	color:yellow;
}
.vcText {
	vertical-align:middle;
}
.vtText {
	vertical-align:top;
}
.cText {
	text-align:center;
}
.lText {
	text-align:left;
}
.boldText {
	font-weight: bold;
}
.indent13 {
	text-indent: 13px;
}
.defaultCursor {
	cursor: default;
}
.defaultText {
	color: #333333;
	font-weight: normal;
}