td.links {
	vertical-align: top;
	min-width: 144px;
	width: 144px;
	font-family: arial, sans-serif;
	color: #000000;
	background: rgb(255, 255, 255)
}

body.main {
	background-color: #FFFFFF;
	width:100%;
                margin:0 auto;
}

td.program {
	vertical-align: top;
                margin:0 auto;
	font-family: arial, sans-serif;
	color: #000000;
	
}
div.linkTitle {
	font-size: xx-large;
	color: #FFFFFF;
	text-align: center;
	background-color: #DDDDDD
}

div.programTitle {
	font-size: x-large;
	color: #FFFFFF;
	text-align: left;
	background-color: #DDDDDD
}

div.category {
	font-size: small;
	color: #3B4471;
	font-style: italic;
	text-align: left;
	background-color: #DDDDDD
}

div.code_title {
	font-size: medium;
	color: #3B4471;
	font-style: italic;
	text-align: left
}

div.program {
	font-size: x-small;
	color: #000099
}

div.program a {
	font-size: x-small;
	color: #000099;
	text-decoration: none
}

div.program a:visited {
	font-size: x-small;
	color: #000099;
	text-decoration: none
}

div.program a:hover {
	font-size: x-small;
	color: #FF0000;
	text-decoration: underline
}

div.program a:active {
	font-size: x-small;
	color: #000099;
	text-decoration: none
}

p.code_title {
	font-size: medium;
	color: #000000;
	text-align: left;
}

p.pre_small {
	font-size: x-small;
	color: #000000;
	font-family: courier, sans-serif;
	white-space: pre
}

p.pre {
	color: #000000;
	font-family: courier, sans-serif;
	white-space: pre
}

p.pre_bold {
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-family: courier, sans-serif;
	white-space: pre
}

div.warning {
	font-size: medium;
	color: #FF0000
}

div.pre {
	font-size: medium;
	color: #000000;
	font-family: courier, sans-serif;
	white-space: pre
}

div.pre_small {
	font-size: x-small;
	color: #000000;
	font-family: courier, sans-serif;
	white-space: pre
}

div.title {
	font-size: x-large;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF
}

div.copyright {
	font-size: xx-small;
	color: #000000
}

td.title {
	font-size: large;
	color: #006599;
	text-align: left;
}

td.sms {
	font-size: x-large;
	color: #333333;
	text-align: left;
	font-size: 30px;
		
}

td.description {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
}

td.description a {
	text-decoration: none;
	color:  #40AEF2;
	background: rgb(255, 255, 255)
}

td.description a:visited {
	text-decoration: none;
	color:  #40AEF2;
	background: rgb(255, 255, 255)
}

td.description a:hover {
	text-decoration: underline;
	color: #F73443;
	background: rgb(255, 255, 255)
}

td.description a:active {
	text-decoration: none;
	color: #000099;
	background: rgb(255, 255, 255)
}

span.version {
	font-size: x-small;
	color: #808080
}

span.valid {
	font-size: xx-small;
	color: #808080
}


.main table{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;;
}
.main table tr{
	padding: 10px;
}

.sms{
	font-size: 20px;
	
}
textarea{
	width: 100%;
	background-color: white;
	border: 1px solid #bbbbbb;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 200px;;
	resize:none;
}
input[type=button]{
	width: 90px;
	height: 30px;
	color: white;
	background-color: #1E9FFF;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 2px;
	font-size: 14px;
}
input[type=reset]{
	width: 90px;
	height: 30px;
	color: white;
	background-color: #ff5722;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 2px;
	font-size: 14px;
}
input[type=text]{
	width: 150px;
	height: 30px;
	color: #444444;
	border: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
	font-size: 14px;
}
select{
	height: 30px;
	padding-left: 10px;;
	padding-right: 10px;;
	border: 1px solid #cccccc;
	color: #444444;
	
}
